Skip to content

Release 0.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sebastian-j-ibanez sebastian-j-ibanez released this 23 Dec 04:22
· 25 commits to main since this release
b944dfa

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.