C# 클래스 SpicyPixel.Threading.YieldUntilComplete

Yield execution until the watched fiber on the same scheduler is complete.
상속: FiberInstruction
파일 보기 프로젝트 열기: spicypixel/concurrency-kit-cs 1 사용 예제들

공개 메소드들

메소드 설명
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