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

◆ set_then()

void fl::TaskImpl::set_then ( fl::function< void()> on_then)

Definition at line 75 of file task.cpp.

75 {
76 mThenCallback = fl::move(on_then);
77 mHasThen = true;
78}
bool mHasThen
Definition task.h:180
function< void()> mThenCallback
Definition task.h:184
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27

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

+ Here is the call graph for this function: