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

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

Associated Types

type Msg: Message

Loading content...

Required methods

fn uid(&self) -> ActorId

fn set_scheduled(&self, b: bool)

Loading content...

Implementors

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

type Msg = Msg

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

type Msg = Msg

Loading content...