threadpool

Easy to use object-oriented thread pool framework
Download

threadpool Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Christopher Arndt
  • Publisher web site:
  • http://chrisarndt.de/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 69 KB

threadpool Tags


threadpool Description

Easy to use object-oriented thread pool framework A free thread pool is a development object that maintains a pool of worker threads to be able to easily perform time consuming operations in parallel. threadpool assigns jobs to the threads by putting them in a work request queue, where they are picked up by the next available thread. This then performs the requested operation in the background and puts the results in another queue.The thread pool object can then collect the results from all threads from this queue as soon as they become available or after all threads have finished their work. It's then possible to define callbacks to handle each result as it comes in.NOTE: threadpool is developed, licensed and provided under the terms of the MIT License.


threadpool Related Software