Resumable functions implemented via fibers are normal functions.
More...
#include <modm/processing/resumable/resumable.hpp>
|
bool | isResumableRunning (uint8_t id) const |
|
bool | areAnyResumablesRunning () const |
|
bool | areAnyResumablesRunning (std::initializer_list< uint8_t > ids) const |
|
bool | areAllResumablesRunning (std::initializer_list< uint8_t > ids) const |
|
bool | joinResumables (std::initializer_list< uint8_t > ids) const |
|
void | stopAllResumables () |
|
bool | stopResumable (uint8_t id) |
|
template<uint8_t Functions = 1>
class modm::Resumable< Functions >
Resumable functions implemented via fibers are normal functions.
The documentation for this class was generated from the following file: