Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SpicyPixel
Threading
YieldToFiber
C# 클래스 SpicyPixel.Threading.YieldToFiber
Yield execution to a specific fiber belonging to the same scheduler as the current fiber.
상속:
FiberInstruction
파일 보기
프로젝트 열기: spicypixel/concurrency-kit-cs
1 사용 예제들
공개 메소드들
메소드
설명
YieldToFiber
(
Fiber
fiber
) :
System
Initializes a new instance of the
SpicyPixel.Threading.YieldToFiber
class.
메소드 상세
YieldToFiber()
공개
메소드
Initializes a new instance of the
SpicyPixel.Threading.YieldToFiber
class.
public
YieldToFiber
(
Fiber
fiber
) :
System
fiber
Fiber
/// The fiber to yield to. ///
리턴
System