ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
MessageFiber.ResumeException
ocean
core
MessageFiber
MessageFiber
ResumedException; thrown by suspend() when resumed with the wrong identifier
class
MessageFiber
static
class
ResumeException : Exception {
this
();
ResumeException
set
(istring file, long line);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
set
ResumeException
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
ResumedException; thrown by suspend() when resumed with the wrong identifier