phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
TestFiber
nxt
fibers
Function-like fiber.
Arguments must all fulfill
isFiberParameter
.
class
TestFiber : Fiber {
this
(size_t counter);
}
Constructors
this
this
(size_t counter)
Undocumented in source.
Meta
Source
See Implementation
nxt
fibers
classes
FunFiber
TestFiber
static variables
chunkFiberCount
maxFiberCount
templates
isFiberParameter
variables
fiberCounter
Function-like fiber.
Arguments must all fulfill isFiberParameter.