Crate mailboxxy

Source

Structs§

MailBox
MailboxContext
ReplyChannel

Enums§

MailboxBounds

Functions§

start_mailbox
starts a mailbox using a given executor. Examples can include ‘async_std::task::spawn’ or ‘std::thread::spawn’.
start_mailbox_as_task
start_mailbox_direct
starts a mailbox, where the caller needs to handle actually starting the async fn.
start_mailbox_on_thread