Development/Libraries/Python

python-greenlet: Lightweight in-process concurrent programming

IInfo.png projhp.png wikart.png
(auf gut Glück) (meist engl.) (falls vorhanden)

Zusammenfassung (meist engl.)
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".
Installieren: python-greenlet.jpg Status: python-greenlet.png Umfang:14 KiB