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

◆ isCoroutine()

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

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

313{ return mImpl && mImpl->type() == TaskType::kCoroutine; }
shared_ptr< ITaskImpl > mImpl
Definition task.h:194

References fl::task::kCoroutine, and mImpl.

Referenced by ready_to_run().

+ Here is the caller graph for this function: