C# Class SpicyPixel.Threading.FiberResult

An instruction to stop fiber execution and set a result on the fiber.
Inheritance: FiberInstruction
Show file Open project: spicypixel/concurrency-kit-cs

Public Methods

Method Description
FiberResult ( object result ) : System

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

Method Details

FiberResult() public method

Initializes a new instance of the SpicyPixel.Threading.FiberResult class.
public FiberResult ( object result ) : System
result object Result of the fiber execution.
return System