phobos-next v0.3.8 (2020-08-04T23:11:21Z)
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.