localrest ~test-with-upstream (2022-01-13T23:20:54.8481713)
Dub
Repo
TidMissingException
geod24
concurrency
Thrown when a Tid is missing, e.g. when
ownerTid
doesn't find an owner thread.
class
TidMissingException : Exception {
import
std
.
exception
:
basicExceptionCtors
;
;
mixin
basicExceptionCtors
;
}
Members
Mixins
__anonymous
mixin
basicExceptionCtors
Meta
Source
See Implementation
geod24
concurrency
classes
FiberScheduler
InfoThread
MessageBox
MessageMismatch
TidMissingException
functions
receive
receiveOnly
receiveTimeout
send
spawn
trySend
properties
thisTid
structs
List
ThreadInfo
Tid
Thrown when a Tid is missing, e.g. when ownerTid doesn't find an owner thread.