|
FastLED 3.9.15
|
#include <async.h>
Inheritance diagram for fl::async_runner:Public Member Functions | |
| virtual | ~async_runner ()=default |
| virtual size_t | active_task_count () const =0 |
| Get number of active tasks (for debugging/monitoring) | |
| virtual bool | has_active_tasks () const =0 |
| Check if this runner has active tasks. | |
| virtual void | update ()=0 |
| Update this async runner (called during async pumping) | |