[][src]Function riker::kernel::mailbox

pub fn mailbox<Msg>(
    uid: ActorId,
    msg_process_limit: u32,
    kernel: KernelRef<Msg>
) -> (MailboxSender<Msg>, Mailbox<Msg>) where
    Msg: Message