py/ringbuf.h: Add reusable ring buffer class.
Features inline get/put operations for the highest performance. Locking is not part of implementation, operation should be wrapped with locking externally as needed.
Showing
py/ringbuf.h
0 → 100644
Please register or sign in to comment