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

◆ after_frame() [4/4]

task fl::task::after_frame ( function< void()> on_then,
const fl::TracePoint & trace )
static

Definition at line 181 of file task.cpp.

181 {
182 task out = task::after_frame(trace);
183 out.then(on_then);
184 return out;
185}
static task after_frame()
Definition task.cpp:167
task()=default

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

+ Here is the call graph for this function: