Contains support for fibers that are stackful explicitly scheduled coroutines.
This example program shows how fibers can be used.
public class | Fiber |
internal class | FiberData |
internal void | RunFiber() |
public void | SwitchToFiber(const Fiber& fiber) |
public delegate void | FiberFunction(void * param) |
internal delegate void | FiberRunFunction() |