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

◆ async_active_tasks()

size_t fl::async_active_tasks ( )

Get the number of active async tasks across all systems.

Returns
Total number of active async tasks

Definition at line 82 of file async.cpp.

82 {
84}
size_t total_active_tasks() const
Get total number of active tasks across all runners.
Definition async.cpp:51
static AsyncManager & instance()
Definition async.cpp:16

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

+ Here is the call graph for this function: