SpicyPixel.Threading.StopInstruction Class Reference
An instruction to terminate execution of the current fiber. More...


Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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: