[ 原始碼: bordeaux-threads ]
套件:cl-bordeaux-threads(0.8.6-1)
cl-bordeaux-threads 的相關連結
Debian 的資源:
下載原始碼套件 bordeaux-threads:
- [bordeaux-threads_0.8.6-1.dsc]
- [bordeaux-threads_0.8.6.orig.tar.gz]
- [bordeaux-threads_0.8.6-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [common-lisp.net]
相似套件:
Portable threads library for Common Lisp
BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface.
It essentially provides a compatibility layer for multi-threading across multiple CL implementations.
Some parts of its 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.
其他與 cl-bordeaux-threads 有關的套件
|
|
|
|
-
- dep: cl-alexandria
- collection of portable Common Lisp utilities
-
- rec: cl-fiveam
- simple regression testing framework for Common Lisp