System.Threading.Fibers Namespace

Contains support for fibers that are stackful explicitly scheduled coroutines.

Example

This example program shows how fibers can be used.

Classes

public class Fiber
internal class FiberData

Functions

internal void RunFiber()
public void SwitchToFiber(const Fiber& fiber)

Delegates

public delegate void FiberFunction(void * param)
internal delegate void FiberRunFunction()

Function Details

RunFiber Function

internal void RunFiber()

Definition
Line 99 of System.Base/Fiber.cm


SwitchToFiber Function

public void SwitchToFiber(const Fiber& fiber)

Definition
Line 92 of System.Base/Fiber.cm