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

◆ empty()

template<fl::size DescriptorCount, fl::size ArenaSize>
bool fl::AsyncLogQueue< DescriptorCount, ArenaSize >::empty ( ) const

Check if queue is empty.

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

108 {
109 return loadHead() == mTail;
110}
volatile fl::u32 mTail
Consumer read position (descriptor ring)

References loadHead(), and mTail.

+ Here is the call graph for this function: