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

Method waitForPollNeededSignal

src/fl/channels/manager.cpp.hpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool ChannelManager::waitForPollNeededSignal(u32 timeoutMs) FL_NOEXCEPT {
71 return mPollNeededSignal.wait(timeoutMs);
72}
73
74u32 ChannelManager::pollNeededWaitSliceMs(u32 startTime, u32 timeoutMs) const FL_NOEXCEPT {
75 constexpr u32 kPollNeededFallbackSliceMs = 1;

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected