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.
stack size of the new fiber to allocate
See Implementation
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.