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 | 3.0.3-7.fc41 | - |
Fedora 41 | 3.0.3-7.fc41 | - |
Fedora 40 | 3.0.3-3.fc40 | - |
Fedora 39 | 3.0.1-1.fc39 | - |
You can contact the maintainers of this package via email at
python-greenlet dash maintainers at fedoraproject dot org
.