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

◆ type()

TaskType fl::task::Handle::type ( ) const

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

306{ return mImpl ? mImpl->type() : TaskType::kEveryMs; }
shared_ptr< ITaskImpl > mImpl
Definition task.h:194

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

Referenced by operator=().

+ Here is the caller graph for this function: