| Paketname | python-greenlet-doc |
| Beschreibung | Lightweight in-process concurrent programming development files |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.3.1-1 |
| Sektion | doc |
| Priorität | extra |
| Installierte Größe | 68 Byte |
| Hängt ab von | |
| Empfohlene Pakete | |
| Paketbetreuer | Örjan Persson |
| Quelle | python-greenlet |
| Paketgröße | 9710 Byte |
| Prüfsumme MD5 | b60018746908d0f809ef79ae31ae6b3b |
| Prüfsumme SHA1 | 38e95ecaa04e0434d60764918a89271527b2469e |
| Prüfsumme SHA256 | d3bd37487bdcb0c94d7d99a8b211c7fd4dd09bd46b60a59bf6ad0c16891aac0c |
| Link zum Herunterladen | python-greenlet-doc_0.3.1-1_all.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 documentation for greenlet.
|