Struct tonari_actor::Recipient [−][src]
pub struct Recipient<M> { /* fields omitted */ }Expand description
Similar to Addr, but rather than pointing to a specific actor,
it is typed for any actor that handles a given message-response type.
Implementations
Trait Implementations
Send a message now. Convenience to wrap message in TimedMessage::Instant.
Send a message to be delivered later at a certain instant.
Schedule sending of message at fire_at plus at regular intervals from that point on.
Auto Trait Implementations
impl<M> !RefUnwindSafe for Recipient<M>
impl<M> !UnwindSafe for Recipient<M>
Blanket Implementations
Mutably borrows from an owned value. Read more