SpicyPixel.Threading.YieldUntilComplete Class Reference

Yield execution until the watched fiber on the same scheduler is complete. More...

+ Inheritance diagram for SpicyPixel.Threading.YieldUntilComplete:
+ Collaboration diagram for SpicyPixel.Threading.YieldUntilComplete:

Public Member Functions

 YieldUntilComplete (Fiber fiber)
 Initializes a new instance of the SpicyPixel.Threading.YieldUntilComplete class. More...
 

Properties

Fiber Fiber [get]
 Gets the fiber to yield to. More...
 

Additional Inherited Members

- Static Public Attributes inherited from SpicyPixel.Threading.FiberInstruction
static YieldToAnyFiber YieldToAnyFiber = YieldToAnyFiber.Instance
 An instruction to cause the current fiber to yield to any ready fiber. More...
 
static StopInstruction Stop = StopInstruction.Instance
 An instruction to terminate execution of the current fiber. More...
 
- Protected Member Functions inherited from SpicyPixel.Threading.FiberInstruction
 FiberInstruction ()
 Initializes a new instance of the FiberInstruction class. More...
 

Detailed Description

Yield execution until the watched fiber on the same scheduler is complete.

Definition at line 36 of file YieldUntilComplete.cs.

Constructor & Destructor Documentation

SpicyPixel.Threading.YieldUntilComplete.YieldUntilComplete ( Fiber  fiber)

Initializes a new instance of the SpicyPixel.Threading.YieldUntilComplete class.

Parameters
fiberThe fiber to yield to.

Definition at line 52 of file YieldUntilComplete.cs.

Property Documentation

Fiber SpicyPixel.Threading.YieldUntilComplete.Fiber
get

Gets the fiber to yield to.

The fiber to yield to.

Definition at line 44 of file YieldUntilComplete.cs.


The documentation for this class was generated from the following file: