Thread.name

Gets the user-readable label for this thread.

  1. string name()
    class Thread
    final @property @safe @nogc
    string
    name
    ()
  2. void name(string val)

Return Value

Type: string

The name of this thread.

Suggestion Box / Bug Report