drmi v0.12.1 (2018-02-26T00:26:38Z)
Dub
Repo
SFWFiber
sfw
fiber
class
SFWFiber : Fiber {
ulong
nextTime
;
this
(void delegate() f);
this
(void function() f);
this
(void delegate() f, size_t sz);
this
(void function() f, size_t sz);
}
Constructors
this
this
(void delegate() f)
this
this
(void function() f)
this
this
(void delegate() f, size_t sz)
this
this
(void function() f, size_t sz)
Members
Variables
nextTime
ulong
nextTime
;
Meta
Source
See Implementation
sfw
fiber
classes
SFWFiber