ActorHandle

A "reference" to an actor that may or may not be spawned, we will never know

Members

Functions

prioritySend
void prioritySend(T args)

Send a message to this task

send
void send(T args)

Send a message to this task

state
Ctrl state()
Undocumented in source. Be warned that the author may not have intended to support it.
tid
Tid tid()

the tid of the spawned task

Variables

task_name
string task_name;

the name of the possibly running task

Meta