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

◆ cancel()

task & fl::task::cancel ( )

Definition at line 208 of file task.cpp.

208 {
209 if (mImpl) {
210 mImpl->set_canceled();
211 }
212 return *this;
213}
shared_ptr< TaskImpl > mImpl
Definition task.h:113

References task(), and mImpl.

+ Here is the call graph for this function: