Paketname | python-greenlet |
Beschreibung | Lightweight in-process concurrent programming |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.3.1-1 |
Sektion | python |
Priorität | extra |
Installierte Größe | 144 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~) |
Empfohlene Pakete | |
Paketbetreuer | Örjan Persson |
Quelle | |
Paketgröße | 16432 Byte |
Prüfsumme MD5 | 275c3581811d69342ef4960142c27e7a |
Prüfsumme SHA1 | 2fa3c77c466b6deef58f37324f8759a00c402bd7 |
Prüfsumme SHA256 | becea90a898539d5cf7bb7a73f97578cf0e8d11c384f40d32045bb290e9c8f62 |
Link zum Herunterladen | python-greenlet_0.3.1-1_i386.deb |
Ausführliche Beschreibung | 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".
.
greenlet is the standalone package derived from the py lib, and is used by
several non-blocking IO packages as a more flexible alternative to Python's
built in coroutines.
|