slackbuilds_ponce/libraries/greenlet
Andrew Clemons f0cba67dec
libraries/greenlet: Add python3 support.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-11-24 12:35:24 +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.