Update README.md

This commit is contained in:
Samer Afach 2019-05-25 17:58:02 +02:00
parent 9dc12f8e50
commit e38a8785f7
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# ObjectPool
A simple, lock-free object pool
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 :-)