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

Method is_ready

src/platforms/coroutine_runtime.h:253–253  ·  view source on GitHub ↗

@brief Check if this coroutine is ready to be resumed

Source from the content-addressed store, hash-verified

251
252 /// @brief Check if this coroutine is ready to be resumed
253 bool is_ready() const FL_NOEXCEPT { return !mReadyFn || mReadyFn(mReadyArg); }
254
255private:
256 CoroutineContext() = default;

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected