[ 源代码: 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