AceRoutine
1.4.2
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
|
▼Nace_routine | |
CChannel | An unbuffered synchronized channel |
CClockInterface | A utility class (all methods are static) that provides a layer of indirection to Arduino clock functions (millis() and micros()) |
CCoroutineSchedulerTemplate | Class that manages instances of the Coroutine class, and executes them in a round-robin fashion |
CCoroutineTemplate | Base class of all coroutines |