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

◆ isRunning()

bool fl::task::Handle::isRunning ( ) const

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

317{ return mImpl ? mImpl->isRunning() : false; }
shared_ptr< ITaskImpl > mImpl
Definition task.h:194

References mImpl.

Referenced by ready_to_run().

+ Here is the caller graph for this function: