slackbuilds/libraries/greenlet
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
README
greenlet.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
greenlet.info libraries/greenlet: Fix MD5SUM. 2021-05-26 11:26:38 +07:00
slack-desc

README

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".

Greenlets are provided as a C extension module for the regular
unmodified Python interpreter.

Greenlets are lightweight coroutines for in-process concurrent
programming.