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-1.fc36 | - | 
| Fedora 35 | 1.1.1-1.fc35 | - | 
| Fedora 34 | 0.4.17-2.fc34 | - | 
			You can contact the maintainers of this package via email at
			python-greenlet dash maintainers at fedoraproject dot org.