Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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".
Packages
python-greenlet-1.1.2-4.vl9.src
[95 KiB] |
Changelog
by Brian C. Lane (2023-05-09):
- Bump release for move of -devel subpackage to CRB
Resolves: rhbz#2149497
|