SlackBuildsOrg/libraries/greenlet
Willy Sudiarto Raharjo 8d5898dfb7
libraries/greenlet: Updated for version 2.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-01 11:08:36 +07:00
..
greenlet.info
greenlet.SlackBuild
README
slack-desc

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.