Jump to letter: [
ABCDEFGHIJKLMNOPQRSTVWXYZ
]
python2-greenlet - Lightweight in-process concurrent programming
- 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".
This is the Python 2 version of greenlet.
Packages
python2-greenlet-0.4.9-1.el7.x86_64
[29 KiB] |
Changelog
by Igor Gnatenko (2015-10-25):
- Update to 0.4.9
- Use MIT macro
- Follow new RPM Packaging guidelines
- Cleanups in spec
|