Paketname | libpcl1 |
Beschreibung | Portable Coroutine Library (PCL) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6-1 |
Sektion | libs |
Priorität | optional |
Installierte Größe | 60 Byte |
Hängt ab von | libc6 (>= 2.3.5-1) |
Empfohlene Pakete | |
Paketbetreuer | Damián Viano |
Quelle | |
Paketgröße | 4840 Byte |
Prüfsumme MD5 | a2aeb1b2cad34261b2c06de837bb854f |
Prüfsumme SHA1 | e05eb7c74eff899b835f09e2454ecb25cbd94f16 |
Prüfsumme SHA256 | 6085c95f7338fe9e29c4946b97705d10a8d4a6d9cc63b9a4abe4ef6151dd8364 |
Link zum Herunterladen | libpcl1_1.6-1_i386.deb |
Ausführliche Beschreibung | Coroutines are a very simple cooperative multitasking environment where
the switch from one task to another is done explicitly by a function
call. Coroutines are a lot faster than processes or threads switch,
since there is no OS kernel involvement for the operation. Also
coroutines require much less OS resources than processes of threads.
.
For a more complete definition of the term coroutine see The Art of
Computer Programming by Donald E. Knuth.
.
Homepage: http://www.xmailserver.org/libpcl.html
|