Fiber Functions
A version of this page is also available for
4/8/2010
The following table shows the fiber functions and the purpose of each.
Function | Description |
---|---|
Converts the current thread into a fiber. |
|
Allocates a fiber object, assigns it a stack, and sets up execution to begin at the specified start address, typically the fiber function. |
|
Deletes a fiber. |
|
Is an application-defined function used with the CreateFiber function. |
|
Returns the address of the current fiber. |
|
Returns the fiber data associated with the current fiber. |
|
Schedules a fiber. The caller must be a fiber. |