ThreadBase.name

string name() @property @safe @nogc

Gets the user-readable label for this thread.

Returns

The name of this thread.
void name(string val) @property @safe @nogc

Sets the user-readable label for this thread.

Parameters

valThe new name of this thread.