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

◆ catch_()

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

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

287 {
288 if (mImpl) {
289 mImpl->set_catch(fl::move(on_catch));
290 }
291 return *this;
292}
shared_ptr< ITaskImpl > mImpl
Definition task.h:194
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

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

Referenced by operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: