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

Method wait

src/FastLED.cpp.hpp:590–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588// ============================================================================
589
590void CFastLED::wait() {
591 fl::ChannelManager& manager = fl::channelManager();
592 // Wait for all drivers to become READY
593 // Calls async_run() and uses time-based delays to avoid busy-waiting
594 manager.waitForReady();
595}
596
597bool CFastLED::wait(fl::u32 timeout_ms) {
598 fl::ChannelManager& manager = fl::channelManager();

Callers 15

clearMethod · 0.45
showPixelsMethod · 0.45
_run_with_logFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
test_quick.pyFile · 0.45
start_serverFunction · 0.45
mainFunction · 0.45
testRxChannelSanityFunction · 0.45

Calls 1

waitForReadyMethod · 0.45

Tested by 7

start_serverFunction · 0.36
mainFunction · 0.36
testRxChannelSanityFunction · 0.36
captureFunction · 0.36