FastLED 3.9.15
Loading...
Searching...
No Matches

◆ waitForPollNeededSignal()

bool fl::ChannelManager::waitForPollNeededSignal ( u32 timeoutMs)
private

Definition at line 70 of file manager.cpp.hpp.

70 {
71 return mPollNeededSignal.wait(timeoutMs);
72}
platforms::ChannelPollSignal mPollNeededSignal
Platform wait primitive owned by the manager.
Definition manager.h:302

References FL_NOEXCEPT, and mPollNeededSignal.

Referenced by waitForCondition().

+ Here is the caller graph for this function: