Aid

Actor ID

Constructors

this
this(ulong id)
Undocumented in source.
this
this(typeof(this) rhs)

Copy constructor

Members

Functions

delayedMbox
DelayedMessageBox delayedMbox()
Undocumented in source. Be warned that the author may not have intended to support it.
isAlive
bool isAlive()
Undocumented in source. Be warned that the author may not have intended to support it.
normalMbox
MessageBox normalMbox()
Undocumented in source. Be warned that the author may not have intended to support it.
priorityMbox
MessageBox priorityMbox()
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()

Release the references counted values of the actor id.

running
void running()

Mark an actor as running if it where previously waiting.

stop
void stop()

Stop an actor.

systemMbox
MessageBox systemMbox()
Undocumented in source. Be warned that the author may not have intended to support it.
terminated
void terminated()

Move the actor to the terminated state only if it where in the stopped state previously.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta