Lightweight in-process concurrent programming
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".
- Sources inherited from project Cloud:OpenStack:Rocky
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:chajain/python-greenlet && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
greenlet-0.4.15.tar.gz | 0000059694 58.3 KB | |
python-greenlet.changes | 0000009464 9.24 KB | |
python-greenlet.spec | 0000002600 2.54 KB |
Comments 0