Class: Actor::Mailbox

Actor mailbox. For purposes of efficiency the mailbox also handles suspending and resuming an actor when no messages match its filter set.

Child modules and classes

Class Actor::Mailbox::Filter
Class Actor::Mailbox::Timer

Attributes

NameRead/write?
timed_out RW
timeout_action RW
timer RW

Public Class Methods


Public Instance Methods


<< (message)

Add a message to the mailbox queue


empty? ()

Is the mailbox empty?