FunFiber

Function-like fiber.

Arguments must all fulfill isFiberParameter.

class FunFiber : Fiber(
Args...
) if (
allSatisfy!(isFiberParameter, Args)
) {}

Constructors

this
this(Args args)
Undocumented in source.

Meta