Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 166 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 166 Bytes

Queues

Fast, thread-safe queues in Swift

A few implementations of a thread-safe, generic queue in Swift. ARC-based or not, with or without node recycling.

Enjoy.