py-threadpool

v 1.3.2

Easy to use object-oriented thread pool framework

A thread pool is an object that maintains a pool of worker threads to perform time consuming operations in parallel. It 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.

https://chrisarndt.de/projects/threadpool/

Installable ports:


Add to my watchlist

Installations 0
Requested Installations 0