Lightweight in-process concurrent programming
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 3 version of greenlet.
Release | Stable | Testing |
---|---|---|
EPEL 7 | 0.4.15-1.el7 | - |
You can contact the maintainers of this package via email at
python3-greenlet dash maintainers at fedoraproject dot org
.