[][src]Trait riker::kernel::MailboxSchedule

pub trait MailboxSchedule {
    type Msg: Message;
    fn uid(&self) -> ActorId;
fn set_scheduled(&self, b: bool); }

Associated Types

Required Methods

Implementors

impl<Msg> MailboxSchedule for Mailbox<Msg> where
    Msg: Message
[src]

impl<Msg> MailboxSchedule for MailboxSender<Msg> where
    Msg: Message
[src]