Trait rs::actors::Destination
source · [−]Expand description
The implementing actor is able to receive and handle messages. Typically, it’s the sending end of the channel, whose other end is inside an event loop.
The implementing actor is able to receive and handle messages. Typically, it’s the sending end of the channel, whose other end is inside an event loop.