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". Python 3 version.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 1.1.2-4.fc37 | - |
| Fedora 36 | 1.1.2-2.fc36 | - |
| Fedora 35 | 1.1.1-1.fc35 | - |
| EPEL 9 | 1.1.2-2.el9 | - |
You can contact the maintainers of this package via email at
python-greenlet dash maintainers at fedoraproject dot org.