dlsplus ~master (2021-10-07T21:43:54.9331894)
Dub
Repo
DisposableFiber
dls
util
disposable_fiber
Undocumented in source.
class
DisposableFiber : Fiber {
static
bool
safeMode
;
static
DisposableFiber
getThis
();
static
void
yield
();
this
(void delegate() dg);
void
dispose
();
}
Constructors
this
this
(void delegate() dg)
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getThis
DisposableFiber
getThis
()
Undocumented in source. Be warned that the author may not have intended to support it.
yield
void
yield
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
safeMode
bool
safeMode
;
Undocumented in source.
Meta
Source
See Implementation
dls
util
disposable_fiber
classes
DisposableFiber
FiberDisposedException