dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
ThreadBase.name
core
thread
threadbase
ThreadBase
Gets the user-readable label for this thread.
string
name
[@property getter]
class
ThreadBase
final @
property
@
safe
@
nogc
string
name
(
)
string
name
[@property setter]
Return Value
Type:
string
The name of this thread.
Meta
Source
See Implementation
core
thread
threadbase
ThreadBase
constructors
this
functions
destructBeforeDtor
join
pushContext
properties
id
isDaemon
isMainThread
isRunning
name
slock
static functions
add
getAll
getThis
opApply
setThis
Gets the user-readable label for this thread.