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

Yield execution until the watched fiber on the same scheduler is complete.
Наследование: FiberInstruction
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
YieldUntilComplete ( Fiber fiber ) : System

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

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

YieldUntilComplete() публичный Метод

Initializes a new instance of the SpicyPixel.Threading.YieldUntilComplete class.
public YieldUntilComplete ( Fiber fiber ) : System
fiber Fiber /// The fiber to yield to. ///
Результат System