ArduinoCore-API icon indicating copy to clipboard operation
ArduinoCore-API copied to clipboard

Instead of using a counter, we use the head and tail markers

Open Michael121977 opened this issue 7 months ago • 2 comments

Instead of using a counter, we use the head and tail markers to determine the number of elements. This makes it thread-safe, as the head and tail are only modified by one thread

Michael121977 avatar Jul 24 '25 19:07 Michael121977