Tid

An opaque type used to represent a logical thread.

Constructors

this
this(MessageBox m)
Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)

Generate a convenient string for identifying this Tid. This is only useful to see if Tid's that are currently executing are the same or different, e.g. for logging and debugging. It is potentially possible that a Tid executed in the future will have the same toString() output as another Tid that has already terminated.

Variables

mbox
MessageBox mbox;
Undocumented in source.

Meta