dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
ThreadBase.name
core
thread
threadbase
ThreadBase
Sets the user-readable label for this thread.
string
name
[@property getter]
string
name
[@property setter]
class
ThreadBase
final @
property
@
safe
@
nogc
void
name
(
string
val
)
Parameters
val
string
The new 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
Sets the user-readable label for this thread.