Fuseau.FiberSourceFibers.
A fiber is a lightweight cooperative thread. It runs on the scheduler and can yield to other fibers, notably on IO polling points.
A fiber returning a value of type 'a.
A fiber with erased return type.
Callbacks that are called when a fiber is done.
Wait for fiber to be done and call the callback with the result. If the fiber is done already then the callback is invoked immediately with its result.