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

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

Associated Types

Required Methods

Implementors