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

◆ catch_()

task & fl::task::catch_ ( fl::function< void(const Error &)> on_catch)

Definition at line 201 of file task.cpp.

201 {
202 if (mImpl) {
203 mImpl->set_catch(fl::move(on_catch));
204 }
205 return *this;
206}
shared_ptr< TaskImpl > mImpl
Definition task.h:113
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27

References task(), mImpl, and fl::move().

+ Here is the call graph for this function: