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

◆ after_frame() [4/4]

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

Definition at line 358 of file task.cpp.hpp.

358 {
359 Handle t = after_frame(trace);
360 t.then(fl::move(on_then));
361 return t;
362}
Task Handle with fluent API (was class fl::task, renamed to avoid namespace collision)
Definition task.h:139
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28
Handle after_frame()
Definition task.cpp.hpp:344

References after_frame(), fl::fl::move(), and fl::t.

+ Here is the call graph for this function: