Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 184 Bytes

File metadata and controls

4 lines (3 loc) · 184 Bytes

Concurrent Queue Implementation

  • queue.zig — a single threaded, stack allocated queue
  • queueConcurrent.zig — a lock-free implementation, allocator is provided by the user