TypedActorRuntime

Undocumented in source.

Constructors

this
this(Behavior bh, Aid aid)
Undocumented in source.

Members

Aliases

Behavior
alias Behavior = bool function(ref Message msg)
Undocumented in source.

Functions

act
void act(Duration timeout)

Act on one message in the mailbox.

actorId
Aid actorId()
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

aid
Aid aid;
Undocumented in source.
behavior
Behavior behavior;

The behavior of the actor for messages.

Inherited Members

From ActorRuntime

act
void act(Duration timeout)

Act on one message in the mailbox.

actorId
Aid actorId()

The actor ID of the runtime.

release
void release()

Release any held resources.

Meta