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

◆ loadTail()

template<fl::size DescriptorCount, fl::size ArenaSize>
fl::u32 fl::AsyncLogQueue< DescriptorCount, ArenaSize >::loadTail ( ) const
private

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

212 {
214 return mTail;
215}
volatile fl::u32 mTail
Consumer read position (descriptor ring)
High-performance SPSC async log queue.

References mTail.

Referenced by push().

+ Here is the caller graph for this function: