Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 120 Bytes

File metadata and controls

2 lines (2 loc) · 120 Bytes

ConcurrentQueue

A C++ thread-safe queue that can be used in producer-consumer pattern, and a thread pool based on it.