MCPcopy Create free account
hub / github.com/FastLED/FastLED / _ready_to_run

Method _ready_to_run

src/fl/task/task.cpp.hpp:375–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373int Handle::_id() const { return mImpl ? mImpl->id() : 0; }
374bool Handle::_is_canceled() const { return mImpl ? mImpl->is_canceled() : true; }
375bool Handle::_ready_to_run(fl::u32 current_time) const { return mImpl ? mImpl->ready_to_run(current_time) : false; }
376bool Handle::_ready_to_run_frame_task(fl::u32 current_time) const { return mImpl ? mImpl->ready_to_run_frame_task(current_time) : false; }
377void Handle::_set_last_run_time(fl::u32 time) { if (mImpl) mImpl->set_last_run_time(time); }
378bool Handle::_has_then() const { return mImpl ? mImpl->has_then() : false; }

Callers 1

updateMethod · 0.80

Calls 1

ready_to_runMethod · 0.45

Tested by

no test coverage detected