ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
MessageFiber.KilledException
ocean
core
MessageFiber
MessageFiber
KilledException; thrown by suspend() when resumed by kill()
class
MessageFiber
static
class
KilledException : Exception {
this
();
void
set
(istring file, long line);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
set
void
set
(istring file, long line)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ocean
core
MessageFiber
MessageFiber
aliases
Message
State
classes
KilledException
ResumeException
constructors
this
destructors
~this
functions
addToList
finished
getRawFiber
kill
reset
resume
running
start
state
suspend
waiting
structs
Token
variables
fiber
KilledException; thrown by suspend() when resumed by kill()