FastLED 3.9.15
|
void fl::async_run | ( | ) |
Run all registered async tasks once.
This function updates all registered async runners (fetch, timers, etc.) and is automatically called during:
Definition at line 63 of file async.cpp.
References fl::AsyncManager::instance(), fl::Scheduler::instance(), fl::Scheduler::update(), and fl::AsyncManager::update_all().
Referenced by async_yield(), fetch_update(), loop(), and fl::FetchEngineListener::onEndFrame().