FastLED 3.9.15
Loading...
Searching...
No Matches
fl::async_runner Class Referenceabstract

Detailed Description

Generic asynchronous task runner interface.

Definition at line 64 of file async.h.

#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)
 

The documentation for this class was generated from the following file: