Lib
.rs
›
异步
#
thread-pool
#
threading
#
thread
#
pool
#
task-pool
bp3d-threads
BP3D 中旨在简化并发性的另一个线程库
由
Yuri Edward
编写
安装
API 参考文档
GitLab (bp3d)
3 个版本
(稳定)
2.0.0-pre.1.0.0
2022年12月14日
1.1.0
2022年3月14日
1.0.0
2021年11月16日
#
767
in
异步
BSD-3-Clause
42KB
611
行
Rust 线程库
功能
作用域线程池。
无作用域线程池。
具有动态调度器的线程池。
任务可以返回输出。
任务可以共享不可变上下文(作用域线程池)。
任务在被调用时分配其调度索引。
调度索引始终保证与调度函数调用顺序相匹配。
原子单元
lib.rs
:
BP3D 中旨在简化并发性的另一个线程库。
依赖项
~70KB
crossbeam-scopes?
crossbeam
thread-pool?
crossbeam-deque
thread-pool?
crossbeam-queue
0.3.8
其他功能
atomic-cell