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

Function coroutine

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

Source from the content-addressed store, hash-verified

362}
363
364Handle coroutine(const CoroutineConfig& config) {
365 return Handle(fl::make_shared<CoroutineTask>(config));
366}
367
368// Static coroutine control
369void exit_current() { Coroutine::exitCurrent(); }

Callers 4

beginTransmissionMethod · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85
registerFunctionsMethod · 0.85

Calls 1

HandleClass · 0.85

Tested by

no test coverage detected