Registry / async / rayon-core

rayon-core

JSON →
library1.13.0rscratesunverified

Core APIs for Rayon, providing the thread pool and parallel execution primitives.

# Cargo.toml [dependencies] rayon-core = "1.13.0"
INSTALL
IMPORT
SIG · RAYON-CORE
R
rayon-core
asyncrustv1.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ThreadPool
use rayon_core::ThreadPool;

Create a Rayon thread pool and run a closure inside it.

use rayon_core::ThreadPool; fn main() { let pool = ThreadPool::new().unwrap(); pool.install(|| println!("Hello from Rayon!")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
rayon-core — cargo add rayon-core · libregistry