Thread.name

Sets the user-readable label for this thread.

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

Parameters

val
Type: string

The new name of this thread.

Suggestion Box / Bug Report