|
cortex 0.0.1
|
Yield functions for cooperative multitasking. More...
Go to the source code of this file.
Namespaces | |
| namespace | cortex |
| namespace | cortex::tiny_fiber |
| Cooperative multitasking primitives built on cortex::Coroutine. | |
Functions | |
| void | cortex::tiny_fiber::Yield () |
| Yield control to other ready fibers. | |
| bool | cortex::tiny_fiber::YieldIfOthersReady () |
| Yield only if there are other ready fibers. | |
| bool | cortex::tiny_fiber::IsStopping () |
| Check if the current scheduler is stopping. | |
Yield functions for cooperative multitasking.