Module remote

Module remote 

Source
Expand description

Remote references: typed wrappers around ActorRef or PortRef for type-safe message sending.

Structs§

Remote
A typed remote actor reference, wrapping an ActorRef or PortRef with a type parameter for type-safe message sending.

Traits§

Accepts
Marker trait: Remote<T> can send message M when T: Accepts<M>.