Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-threadpool

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. 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.

Found 1 sites for python-threadpool

Found 4 RPM for python-threadpool

PackageSummaryDistributionDownload
python-threadpool-1.2.7-2.noarch.htmlEasy to use object-oriented thread pool frameworkOpenMandriva Cooker for x86_64python-threadpool-1.2.7-2.noarch.rpm
python-threadpool-1.2.7-2.noarch.htmlEasy to use object-oriented thread pool frameworkOpenMandriva Cooker for aarch64python-threadpool-1.2.7-2.noarch.rpm
python-threadpool-1.2.7-2.noarch.htmlEasy to use object-oriented thread pool frameworkOpenMandriva 5.0 for x86_64python-threadpool-1.2.7-2.noarch.rpm
python-threadpool-1.2.7-2.noarch.htmlEasy to use object-oriented thread pool frameworkOpenMandriva 5.0 for aarch64python-threadpool-1.2.7-2.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet