ThreadBase.name

Gets the user-readable label for this thread.

  1. string name [@property getter]
    class ThreadBase
    final @property @safe @nogc
    string
    name
    ()
  2. string name [@property setter]

Return Value

Type: string

The name of this thread.

Meta