Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 323 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 323 Bytes

chorus

A collection of Modern C++ concurrency utility classes.

Class Description
ObjectPool ObjectPool is a thread safe pool of objects that can be borrowed. Borrowed objects are automatically put back in the pool using a custom smart pointer.