ThreadBase.name
string name() @property @safe @nogcGets the user-readable label for this thread.
Returns
The name of this thread.
void name(string val) @property @safe @nogcSets the user-readable label for this thread.
Parameters
val | The new name of this thread. |