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.
Maintained by: Willy Sudiarto Raharjo
Keywords: python,threads,concurrency,coroutines,stackless
ChangeLog: greenlet
Homepage:
https://github.com/python-greenlet/greenlet
Download SlackBuild:
greenlet.tar.gz
greenlet.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
| Individual Files: |
| README |
| greenlet.SlackBuild |
| greenlet.info |
| slack-desc |
© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds