ObjectPool/README.md

9 lines
284 B
Markdown
Raw Normal View History

2019-05-25 15:26:21 +00:00
# ObjectPool
2019-05-25 15:58:02 +00:00
A simple, lock-free object pool
The The main.cpp runs the gtests I created for another application, but without gtest. You can move them to your tests.
The library is header only. Just copy it to your project and use it.
MIT licensed. Do whatever you want with it :-)