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

◆ loadHead()

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

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

206 {
208 return mHead;
209}
volatile fl::u32 mHead
Producer write position (descriptor ring)
High-performance SPSC async log queue.

References mHead.

Referenced by empty(), and size().

+ Here is the caller graph for this function: