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

◆ after_frame() [3/4]

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

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

352 {
353 Handle t = after_frame();
354 t.then(fl::move(on_then));
355 return t;
356}
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: