FastLED 3.9.15
|
void fl::async_yield | ( | ) |
Platform-specific async yield function.
This function pumps all async tasks and yields control appropriately for the platform:
This centralizes platform-specific async behavior instead of having #ifdef in generic code.
Definition at line 68 of file async.cpp.
References async_run().
Referenced by await_top_level().