Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python-threadpool | Distribution: OpenMandriva Lx |
Version: 1.2.7 | Vendor: OpenMandriva |
Release: 2 | Build date: Fri Dec 27 15:48:46 2019 |
Group: Development/Python | Build host: synquacer1-3.openmandriva.org |
Size: 332334 | Source RPM: python-threadpool-1.2.7-2.src.rpm |
Packager: fedya <nobodydead@gmail.com> | |
Url: http://chrisarndt.de/projects/threadpool | |
Summary: 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. 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.
MIT
/usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info /usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info/PKG-INFO /usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info/SOURCES.txt /usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info/dependency_links.txt /usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/threadpool.py /usr/lib/python2.7/site-packages/threadpool.pyc /usr/lib/python2.7/site-packages/threadpool.pyo /usr/share/doc/python-threadpool /usr/share/doc/python-threadpool/CHANGELOG.txt /usr/share/doc/python-threadpool/README.txt /usr/share/doc/python-threadpool/TODO.txt /usr/share/doc/python-threadpool/api /usr/share/doc/python-threadpool/api/class-tree.html /usr/share/doc/python-threadpool/api/epydoc.css /usr/share/doc/python-threadpool/api/frames.html /usr/share/doc/python-threadpool/api/help.html /usr/share/doc/python-threadpool/api/identifier-index.html /usr/share/doc/python-threadpool/api/index.html /usr/share/doc/python-threadpool/api/module-tree.html /usr/share/doc/python-threadpool/api/redirect.html /usr/share/doc/python-threadpool/api/threadpool-module.html /usr/share/doc/python-threadpool/api/threadpool-pysrc.html /usr/share/doc/python-threadpool/api/threadpool.NoResultsPending-class.html /usr/share/doc/python-threadpool/api/threadpool.NoWorkersAvailable-class.html /usr/share/doc/python-threadpool/api/threadpool.ThreadPool-class.html /usr/share/doc/python-threadpool/api/threadpool.WorkRequest-class.html /usr/share/doc/python-threadpool/api/threadpool.WorkerThread-class.html /usr/share/doc/python-threadpool/api/toc-everything.html /usr/share/doc/python-threadpool/api/toc-threadpool-module.html /usr/share/doc/python-threadpool/api/toc.html /usr/share/doc/python-threadpool/hilight.css /usr/share/doc/python-threadpool/index.html /usr/share/doc/python-threadpool/rest.css /usr/share/doc/python-threadpool/threadpool.py.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jan 20 23:15:03 2025