Paketname | cl-bordeaux-threads |
Beschreibung | Portable shared-state concurrency for Common Lisp |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.0.2-1 |
Sektion | lisp |
Priorität | optional |
Installierte Größe | 152 Byte |
Hängt ab von | common-lisp-controller (>= 5.11) |
Empfohlene Pakete | |
Paketbetreuer | Pierre THIERRY |
Quelle | bordeaux-threads |
Paketgröße | 13834 Byte |
Prüfsumme MD5 | 8ebbab2390bf9d90a0e8ffc7167ceee0 |
Prüfsumme SHA1 | 00879bf065b5f4b61d6a848fcf716c1af1d6a673 |
Prüfsumme SHA256 | 98c3e56d35d95c78da17a2cf8339caacac395d54401d3e1584afb01a15ffe5e4 |
Link zum Herunterladen | cl-bordeaux-threads_0.0.2-1_all.deb |
Ausführliche Beschreibung | BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface.
.
It essentially provides a compatibility layer for multi-threading accross
multiple CL implementations.
.
Some parts of it's implementation-specific code can also be implemented in a
Lisp that does not support multiple threads, so that thread-safe code can be
compiled on both multithread and single-thread implementations without need of
conditionals.
|