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

◆ ready_to_run()

bool fl::task::ready_to_run ( uint32_t current_time) const

Definition at line 250 of file task.cpp.

250 {
251 return mImpl ? mImpl->ready_to_run(current_time) : false;
252}
shared_ptr< TaskImpl > mImpl
Definition task.h:113

References mImpl.