Skip to content

Commit b16df36

Browse files
authored
Added disclaimer (project may not work properly)
1 parent 84d8b42 commit b16df36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ A [thread pool](https://en.wikipedia.org/wiki/Thread_pool) is a technique that a
1818

1919
There are many many Thread pool implementations in C++, many of them are probably better (safer, faster...) than mine. However, I belive my implementation is **very straightforward and easy to understand**.
2020

21+
__Disclaimer: Do not use this project in a professional environment. It may containt bugs and/or not work as expected.__ I did this project to learn how C++11 Threads work and provide an easy way for other people to understand it too.
22+
2123
# Build instructions
2224

2325
This project has been developed using Netbeans and Linux but it should work on Windows, MAC OS and Linux. It can be easily build using CMake and different generators. The following code can be used to generate the VS 2017 project files:

0 commit comments

Comments
 (0)