python-greenlet - Lightweight in-process concurrent programming
Website: | http://pypi.python.org/pypi/greenlet |
---|---|
License: | MIT |
- 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
python-greenlet-0.3.1-1m.mo8.i686 [19 KiB] |
Changelog
by Yohsuke Ooi (2011-05-13):
- (0.3.1-1m) - Initial commit Momonga Linux |