Thread.name

Gets the user-readable label for this thread.

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

Return Value

Type: string

The name of this thread.

Suggestion Box / Bug Report