Fiber instance.fiber
Create a fiber from a delegate.
This is a convenience function for creating fibers.
Parameters
fn | The delegate to execute in the fiber. |
stackSize | Optional stack size in bytes. |
Returns
A new
ditto
Create a fiber from a delegate.
This is a convenience function for creating fibers.
fn | The delegate to execute in the fiber. |
stackSize | Optional stack size in bytes. |
Fiber instance.ditto