C# Класс SpicyPixel.Threading.FiberInstruction

Represents a fiber instruction to be processed by a FiberScheduler.
Specific instructions understood by a scheduler are to be derived from this abstract type.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Stop StopInstruction
YieldToAnyFiber YieldToAnyFiber

Защищенные методы

Метод Описание
FiberInstruction ( ) : System

Initializes a new instance of the FiberInstruction class.

Описание методов

FiberInstruction() защищенный Метод

Initializes a new instance of the FiberInstruction class.
protected FiberInstruction ( ) : System
Результат System

Описание свойств

Stop публичное статическое свойство

An instruction to terminate execution of the current fiber.
public static StopInstruction,SpicyPixel.Threading Stop
Результат StopInstruction

YieldToAnyFiber публичное статическое свойство

An instruction to cause the current fiber to yield to any ready fiber.
public static YieldToAnyFiber,SpicyPixel.Threading YieldToAnyFiber
Результат YieldToAnyFiber