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

Method is_completed

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

@brief Check if coroutine has completed (function returned)

Source from the content-addressed store, hash-verified

220
221 /// @brief Check if coroutine has completed (function returned)
222 bool is_completed() const FL_NOEXCEPT { return mCompleted; }
223
224 /// @brief Request the coroutine to stop
225 void set_should_stop(bool val) FL_NOEXCEPT { mShouldStop = val; }

Callers 6

awaitFunction · 0.45
TaskCoroutineWasmClass · 0.45
isRunningMethod · 0.45
runMethod · 0.45
run_next_jobMethod · 0.45
TaskCoroutineStubImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected