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
FiberResult
C# 클래스 SpicyPixel.Threading.FiberResult
An instruction to stop fiber execution and set a result on the fiber.
상속:
FiberInstruction
파일 보기
프로젝트 열기: spicypixel/concurrency-kit-cs
공개 메소드들
메소드
설명
FiberResult
(
object
result
) :
System
Initializes a new instance of the
SpicyPixel.Threading.FiberResult
class.
메소드 상세
FiberResult()
공개
메소드
Initializes a new instance of the
SpicyPixel.Threading.FiberResult
class.
public
FiberResult
(
object
result
) :
System
result
object
Result of the fiber execution.
리턴
System