[ 原始碼: bordeaux-threads ]
套件:cl-bordeaux-threads(0.9.4-1)
cl-bordeaux-threads 的相關連結
Debian 的資源:
下載原始碼套件 bordeaux-threads:
- [bordeaux-threads_0.9.4-1.dsc]
- [bordeaux-threads_0.9.4.orig.tar.gz]
- [bordeaux-threads_0.9.4-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
-
- dep: cl-global-vars
- efficient global variables in Common Lisp
-
- dep: cl-trivial-features
- abstraction layer for the *FEATURES* across Common Lisp implementations
-
- dep: cl-trivial-garbage
- portable garbage collector-related APIs for Common Lisp
-
- rec: cl-fiveam
- simple regression testing framework for Common Lisp