C# Class SpicyPixel.Threading.FiberResult

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

Méthodes publiques

Méthode Description
FiberResult ( object result ) : System

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

Method Details

FiberResult() public méthode

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