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

◆ has_active_tasks()

bool fl::FetchManager::has_active_tasks ( ) const
overridevirtual

Check if this runner has active tasks.

Implements fl::async_runner.

Definition at line 152 of file fetch.cpp.

152 {
153 return !mActivePromises.empty();
154}
fl::vector< fl::promise< response > > mActivePromises
Definition fetch.h:269

References mActivePromises.