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

◆ last_run_time()

fl::u32 fl::task::Handle::last_run_time ( ) const

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

309{ return mImpl ? mImpl->last_run_time() : 0; }
shared_ptr< ITaskImpl > mImpl
Definition task.h:194

References mImpl.

Referenced by operator=().

+ Here is the caller graph for this function: