[][src]Module sealrs::actors::unbound_mailbox

Predefined mailbox without queue size restrictions

Is is the default actor mailbox. When using it, you must be careful, because if your system will can't handle the load, this mailbox will be the main point of failure. He simply will use all existed RAM.

Structs

UnboundMailbox