python3-greenlet - Lightweight in-process concurrent programming
Website: | https://github.com/python-greenlet/greenlet |
---|---|
License: | MIT |
Vendor: | Alcance Libre, Inc. |
- 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-1.1.3-1.aldos.i686 [101 KiB] |
Changelog
by Joel Barrios (2022-10-05):
- Update to 1.1.3. |