Docs.rs
affinitypool-0.4.0
affinitypool 0.4.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tobiemh
Dependencies
crossbeam ^0.8.4
normal
num_cpus ^1.17.0
normal
parking_lot ^0.12.4
normal
thiserror ^2.0.16
normal
tokio ^1.47.1
normal
criterion ^0.7
dev
tokio ^1.47.1
dev
libc ^0.2.176
normal
winapi ^0.3.9
normal
Versions
68.42%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
MAX_THREADS
affinitypool
0.4.0
affinitypool
Constant
MAX_
THREADS
Copy item path
Source
pub const MAX_THREADS:
usize
= 512;
Expand description
Maximum number of worker threads allowed in a thread pool.