python39-greenlet - Lightweight in-process concurrent programming
Website: | https://github.com/python39-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.9 version.
Packages
python39-greenlet-3.0.3-1.aldos.i686 [226 KiB] |
Changelog
by Joel Barrios (2023-12-30):
- Update to 3.0.3. |