python26-greenlet - Lightweight in-process concurrent programming
Website: | http://pypi.python.org/pypi/greenlet |
---|---|
License: | MIT |
Vendor: | Fedora Project |
- Description:
The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels".
Packages
python26-greenlet-0.3.1-3.el5.src [41 KiB] |
Changelog
by Kevin Fenzi (2010-06-03):
- Updated for python26 in epel5. |