The message handler
Exception handler, called if the message handler throws any Throwable.
Execution strategy, for example, a strategy that is backed by an ExecutorService
Alias for apply
Pass the message a to the mailbox of this actor
The message handler
Exception handler, called if the message handler throws any Throwable.
Execution strategy, for example, a strategy that is backed by an ExecutorService
Processes messages of type
Asequentially. Messages are submitted to the actor with the method!. Processing is typically performed asynchronously, this is controlled by the providedstrategy.Implementation based on non-intrusive MPSC node-based queue, described by Dmitriy Vyukov: http://www.1024cores.net/home/lock-free-algorithms/queues/non-intrusive-mpsc-node-based-queue
The type of messages accepted by this actor.
The message handler
Exception handler, called if the message handler throws any
Throwable.Execution strategy, for example, a strategy that is backed by an
ExecutorServicescalaz.concurrent.Promise