FastLED 3.9.15
Loading...
Searching...
No Matches

◆ async_has_tasks()

bool fl::async_has_tasks ( )

Check if any async systems have active tasks.

Returns
True if any async tasks are running

Definition at line 86 of file async.cpp.

86 {
88}
bool has_active_tasks() const
Check if there are any active async tasks.
Definition async.cpp:42
static AsyncManager & instance()
Definition async.cpp:16

References fl::AsyncManager::has_active_tasks(), and fl::AsyncManager::instance().

+ Here is the call graph for this function: