ThreadBase.name

Sets the user-readable label for this thread.

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

Parameters

val string

The new name of this thread.

Meta