ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
MessageFiber.reset
ocean
core
MessageFiber
MessageFiber
Resets the fiber and change the coroutine
void
reset
()
void
reset
(void function() coroutine)
class
MessageFiber
void
reset
(
void
function
(
)
coroutine
)
void
reset
(void delegate() coroutine)
void
reset
(Fiber fiber)
Parameters
coroutine
void
function
(
)
fiber coroutine function
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
Resets the fiber and change the coroutine