python-greenlet: greenlet (micro-threads for Python) python-greenlet: python-greenlet: The greenlet package is a spin-off of Stackless, a version of python-greenlet: CPython that supports micro-threads called "tasklets". Tasklets run python-greenlet: pseudo-concurrently (typically in a single or a few OS-level threads) python-greenlet: and are synchronized with data exchanges on "channels". python-greenlet: python-greenlet: Greenlets are lightweight coroutines for in-process concurrent python-greenlet: programming. They are provided as a C extension module for the python-greenlet: regular unmodified interpreter. python-greenlet: