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

◆ set_then()

void fl::task::TimeTask::set_then ( function< void()> on_then)
inlineoverridevirtual

Implements fl::task::ITaskImpl.

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

124 {
125 mThenCallback = fl::move(on_then);
126 mHasThen = true;
127 }
function< void()> mThenCallback
Definition task.cpp.hpp:208
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References mHasThen, fl::fl::move(), and mThenCallback.

+ Here is the call graph for this function: