C# Class SpicyPixel.Threading.YieldUntilComplete

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

Méthodes publiques

Méthode Description
YieldUntilComplete ( Fiber fiber ) : System

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

Method Details

YieldUntilComplete() public méthode

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