python-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".
Website: http://pypi.python.org/pypi/greenlet
License: MIT
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: development/libraries

Packages

python-greenlet-0.4.9-1.el6.x86_64 [25 KiB] Changelog by Andrew Colin Kissa (2015-09-28):
- Latest upstream
- Remove -devel package