make queue thread-safe
This commit is contained in:
@@ -8,4 +8,4 @@ It is not production-ready. Use at your own risk.
|
||||
- Hashmaps - Thread-safe (MT Safe)
|
||||
- Dynamic strings - Thread-safe (MT Safe)
|
||||
> Requires linking with the C math library (`-lm`)
|
||||
- Circular Queue - Not thread-safe (MT Unsafe)
|
||||
- Circular Queue - Thread-safe (MT Safe)
|
||||
|
||||
Reference in New Issue
Block a user