Releases: sebastian-j-ibanez/whirlpool
Releases · sebastian-j-ibanez/whirlpool
0.0.1
Full Changelog: 0.0.0...0.0.1
Initial library implementation.
Features include:
- Post jobs to thread pool.
- Start/stop thread pool.
- Get future value of functions passed to thread pool.
- Generic template that handles any function or argument type.
Release 0.0.0
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.