python3-greenlet - Lightweight in-process concurrent programming
Website: | https://github.com/python-greenlet/greenlet |
---|---|
License: | MIT |
Vendor: | Virtuozzo |
- 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". Python 3 version.
Packages
python3-greenlet-2.0.2-1.vl9.x86_64 [201 KiB] |
Changelog
by Dmitry Andreev (2023-04-25):
- Update to 2.0.2 |