Release 0.0.0
Pre-release
Pre-release
Thread Pool
This release provides a thread pool targeted to UNIX systems. Features include:
- Initialize thread pool with any number of threads.
- Post any type of function to the thread pool.
- Post returns the value of the function.
- Explicitly stop thread pool.