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

◆ _type()

TaskType fl::task::Handle::_type ( ) const
private

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

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

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

Referenced by _set_last_run_time().

+ Here is the caller graph for this function: