PACKAGE NAME:  threadpool-1.3.2-i586-1salix15.0.txz
PACKAGE LOCATION:  ./salix/python
PACKAGE SIZE (compressed):  12 K
PACKAGE SIZE (uncompressed):  48 K
PACKAGE REQUIRED:  
PACKAGE CONFLICTS:  
PACKAGE SUGGESTS:  
PACKAGE DESCRIPTION:
threadpool: threadpool (Easy to use object-oriented thread pool framework)
threadpool:
threadpool: A thread pool is an object that maintains a pool of worker threads to
threadpool: perform time consuming operations in parallel. It assigns jobs to the
threadpool: threads by putting them in a work request queue, where they are picked
threadpool: up by the next available thread. This then performs the requested
threadpool: operation in the background and puts the results in another queue.
threadpool:
threadpool: homepage : https://chrisarndt.de/projects/threadpool/
threadpool:
threadpool: