Docs.rs
qubit-thread-pool-0.7.1
qubit-thread-pool 0.7.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Haixing-Hu
Dependencies
crossbeam-deque ^0.8
normal
qubit-executor ^0.5.1
normal
qubit-function ^0.13
normal
qubit-lock ^0.6
normal
thiserror ^2.0
normal
criterion ^0.8
dev
rayon ^1.12
dev
threadpool ^1.8
dev
tokio ^1.52
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module dynamic
qubit_
thread_
pool
0.7.1
Module dynamic
Module Items
Structs
In crate qubit_
thread_
pool
qubit_thread_pool
Module
dynamic
Copy item path
Source
Expand description
Dynamic thread pool implementation.
Structs
ยง
Thread
Pool
OS thread pool implementing
ExecutorService
.
Thread
Pool
Builder
Builder for
ThreadPool
.