Queue Library in C

Radikant Queue is a lightweight C protoype library that implements an efficient, thread-safe ring buffer supporting both single-threaded and multi-threaded producer-consumer patterns. Designed for handling asynchronous workloads such as BLE communication, OTA updates, and other event-driven applications with minimal overhead.