drmi ~master (2022-05-25T02:36:03.6230093)
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