Thread.name

Sets the user-readable label for this thread.

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

Parameters

val
Type: string

The new name of this thread.

Suggestion Box / Bug Report