![]() |
Fiber
Fibers Lighweight Cooperative Multitasking
|
Closure super-class that does all the smarts More...
Static Public Member Functions | |
| static Closure< TS, TTuple > | Go (TTuple scope) |
| Calling this static will fetch a prepared fiber, add scope and run it. More... | |
Protected Member Functions | |
| abstract void | Activities (Fiber fiberToUpdate) |
| Add all the steps you need to this override. It is called by the constructor. More... | |
Additional Inherited Members | |
Properties inherited from Askowl.Fiber.IClosure | |
| Emitter | OnComplete [get] |
| A reference to closure.Fiber.OnComplete More... | |
| Fiber | Fiber [get] |
Closure super-class that does all the smarts
| TS | : | DelayedCache | |
| TS | : | Closure | |
| TS | : | TS | |
| TS | : | TTuple |
|
protectedpure virtual |
|
static |
| Fiber Askowl.Fiber.Closure< TS, TTuple >.Fiber => fiber |
| Emitter Askowl.Fiber.Closure< TS, TTuple >.OnComplete => onComplete |
| TTuple Askowl.Fiber.Closure< TS, TTuple >.Scope |