python310-greenlet
Python 3.10 - greenlet - in-process concurrent programming
3.4.0
2023-05-29
eisfair-64
the eisfair team, team(at)eisfair(dot)org
stable
glibc 3.4.0
libgcc_s1 3.4.0
libstdcpp6 3.4.0
python310-base 3.4.0
python310-greenlet-dev 3.4.0
Internal Program Version: greenlet 2.0.2
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'.
https://github.com/python-greenlet/greenlet