python-pthreading - Re-implement threading.Lock, RLock and Condition with libpthread
| Website: | http://pypi.python.org/pypi/pthreading |
|---|---|
| License: | GPLv2+ |
| Vendor: | Fedora Project |
- Description:
The pthreading module provides Lock and Condition synchronization objects compatible with Python native threading module. The implementation, however, is based on POSIX thread library as delivered by the libpthread and has considerable performance benefits over Python 2.x's implementation.
Packages
| python-pthreading-0.1.1-1.el6.noarch [16 KiB] |
Changelog
by Dan Kenigsberg (2012-08-27):
Initial take |