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

◆ after_frame() [3/4]

task fl::task::after_frame ( function< void()> on_then)
static

Definition at line 175 of file task.cpp.

175 {
176 task out = task::after_frame();
177 out.then(on_then);
178 return out;
179}
static task after_frame()
Definition task.cpp:167
task()=default

References task(), after_frame(), and then().

+ Here is the call graph for this function: