We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c279a0 commit 167411aCopy full SHA for 167411a
vortex-io/src/runtime/pool.rs
@@ -23,7 +23,7 @@ impl CurrentThreadWorkerPool {
23
}
24
25
26
- /// Set the numer of worker threads to the available system parallelism as reported by
+ /// Set the number of worker threads to the available system parallelism as reported by
27
/// `std::thread::available_parallelism()` minus 1, to leave a slot open for the calling thread.
28
pub fn set_workers_to_available_parallelism(&self) {
29
let n = std::thread::available_parallelism()
0 commit comments