Language

Package: python-greenlet @ 1.1.2

Synopsis

Lightweight in-process concurrent programming

Description

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

Home page
https://greenlet.readthedocs.io/
Location
gnu/packages/python-xyz.scm (line: 15729, column: 2)
Licenses

Lint warnings

LinterMessageLocation
No lint warnings