Greenlet¶
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". A "greenlet", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs.
homepage: https://github.com/python-greenlet/greenlet
version | versionsuffix | toolchain |
---|---|---|
0.4.11 |
-Python-2.7.12 |
intel/2016b |
0.4.12 |
-Python-2.7.14 |
intel/2017b |
0.4.9 |
-Python-2.7.11 |
intel/2016a |
0.4.9 |
-Python-3.5.1 |
intel/2016a |
2.0.2 |
GCCcore/11.3.0 |
|
2.0.2 |
GCCcore/12.2.0 |
|
2.0.2 |
GCCcore/12.3.0 |
|
3.0.2 |
GCCcore/12.3.0 |
|
3.0.3 |
GCCcore/13.2.0 |
(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)