Update README.md

This commit is contained in:
Johan 2015-01-17 12:04:17 +00:00
parent 5be1beb087
commit 1b7776491e
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# C Thread Pool
This is a minimal but fully functional threadpool that should suffice for most if not all cases.
The main highlights of the threadpool are:
This is a minimal but fully functional threadpool implementation.
* ANCI C and POSIX compliant
* Number of threads can be chosen on initialisation