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

◆ after_frame() [2/4]

task fl::task::after_frame ( const fl::TracePoint & trace)
static

Definition at line 171 of file task.cpp.

171 {
172 return task(TaskImpl::create_after_frame(trace));
173}
static shared_ptr< TaskImpl > create_after_frame()
Definition task.cpp:65
task()=default

References task(), and fl::TaskImpl::create_after_frame().

+ Here is the call graph for this function: