python2-greenlet - Lightweight in-process concurrent programming
Website: | https://github.com/python-greenlet/greenlet |
---|---|
License: | MIT |
Vendor: | CentOS |
- 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 2 version.
Packages
python2-greenlet-0.4.12-1.el7.x86_64 [24 KiB] |
Changelog
by Igor Gnatenko (2018-01-12):
- Update to 0.4.12 |