|
FastLED 3.9.15
|
| void fl::detail::delay_impl | ( | u32 | ms, |
| bool | run_async = true ) |
Internal delay implementation used by the public fl::delay wrapper.
| ms | Milliseconds to delay |
| run_async | If true, pump async tasks during delay (only on platforms with SKETCH_HAS_LARGE_MEMORY==1) |
Definition at line 177 of file delay.cpp.hpp.
References FL_NOEXCEPT, and fl::task::run().
Referenced by fl::delay(), fl::delayMillis(), and fl::delayMs().
Here is the call graph for this function:
Here is the caller graph for this function: