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

◆ atomicIncDropped()

template<fl::size DescriptorCount, fl::size ArenaSize>
void fl::AsyncLogQueue< DescriptorCount, ArenaSize >::atomicIncDropped ( )
private

Definition at line 224 of file async_log_queue.cpp.hpp.

224 {
226 mDropped = mDropped + 1; // C++20-compliant volatile increment
227}
volatile fl::u32 mDropped
Count of dropped messages (overflow)
High-performance SPSC async log queue.

References mDropped.

Referenced by push().

+ Here is the caller graph for this function: