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

tid
Tid tid()

the tid of the spawned task

Variables

task_name
string task_name;

the name of the possibly running task