phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
TidMissingException
std
concurrency
Thrown when a
Tid
is missing, e.g. when
ownerTid
doesn't find an owner thread.
class
TidMissingException : Exception {
mixintemplate
basicExceptionCtors
()
via
import
std
.
exception
:
basicExceptionCtors
;
;
mixin
basicExceptionCtors
;
}
Members
Mixins
__anonymous
mixin
basicExceptionCtors
Mixed In Members
From
mixin
basicExceptionCtors
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
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 when a Tid is missing, e.g. when ownerTid doesn't find an owner thread.