C# Class SpicyPixel.Threading.YieldUntilComplete

Yield execution until the watched fiber on the same scheduler is complete.
Inheritance: FiberInstruction
Show file Open project: spicypixel/concurrency-kit-cs Class Usage Examples

Public Methods

Method Description
YieldUntilComplete ( Fiber fiber ) : System

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

Method Details

YieldUntilComplete() public method

Initializes a new instance of the SpicyPixel.Threading.YieldUntilComplete class.
public YieldUntilComplete ( Fiber fiber ) : System
fiber Fiber /// The fiber to yield to. ///
return System