| Paketname | python-greenlet-dev |
| Beschreibung | Lightweight in-process concurrent programming development files |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.3.1-1 |
| Sektion | python |
| Priorität | extra |
| Installierte Größe | 48 Byte |
| Hängt ab von | python-greenlet (= 0.3.1-1) |
| Empfohlene Pakete | |
| Paketbetreuer | Örjan Persson |
| Quelle | python-greenlet |
| Paketgröße | 2334 Byte |
| Prüfsumme MD5 | 5f287b70e57dd576ea2aa871a3d293ab |
| Prüfsumme SHA1 | 49a024f2d4748ea6d09c868fccd171b11e647695 |
| Prüfsumme SHA256 | 45f1ec26040ce3a4045a752a64a089dbc170cfa4b67408dee0fa2488b745286e |
| Link zum Herunterladen | python-greenlet-dev_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.
.
This is the development package for greenlet.
|