SpicyPixel.Threading.StopInstruction Class Reference

An instruction to terminate execution of the current fiber. More...

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

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

An instruction to terminate execution of the current fiber.

Use FiberInstruction.Stop to generate one of these.

Definition at line 37 of file StopInstruction.cs.


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