phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
LinkTerminated
std
concurrency
Thrown if a linked thread has terminated.
class
LinkTerminated : Exception {
this
(Tid t, string msg);
Tid
tid
;
}
Constructors
this
this
(Tid t, string msg)
Meta
Source
See Implementation
std
concurrency
classes
FiberScheduler
Generator
LinkTerminated
MailboxFull
MessageMismatch
OwnerTerminated
PriorityMessageException
ThreadScheduler
TidMissingException
enums
OnCrowding
functions
initOnce
locate
prioritySend
receive
receiveOnly
receiveTimeout
register
send
setMaxMailboxSize
spawn
spawnLinked
unregister
yield
interfaces
Scheduler
properties
ownerTid
thisTid
static variables
scheduler
structs
ThreadInfo
Tid
Thrown if a linked thread has terminated.