Skip to content

Releases: sebastian-j-ibanez/whirlpool

0.0.1

14 May 03:54
11bf162
Compare
Choose a tag to compare

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

23 Dec 04:22
b944dfa
Compare
Choose a tag to compare
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.