WorkerFiber.this

Constructor

Worker fibers are always created with a dummy empty function as an entry point and are intented to be reset this later to the real task to be executed.

class WorkerFiber
this
(
size_t stack_size
)

Parameters

stack_size size_t

stack size of the new fiber to allocate

Meta