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

◆ _is_canceled()

bool fl::task::Handle::_is_canceled ( ) const
private

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

374{ return mImpl ? mImpl->is_canceled() : true; }
shared_ptr< ITaskImpl > mImpl
Definition task.h:194

References mImpl.

Referenced by Scheduler.

+ Here is the caller graph for this function: