slackbuilds/libraries/greenlet
Adis Nezirović 83652b4a69 libraries/greenlet: Updated for version 0.4.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-01-22 06:41:00 +07:00
..
README
greenlet.SlackBuild libraries/greenlet: Updated for version 0.4.5 2015-01-22 06:41:00 +07:00
greenlet.info libraries/greenlet: Updated for version 0.4.5 2015-01-22 06:41:00 +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.