We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
itron::thread::{available_conccurrency -> available_parallelism}
1 parent 15af067 commit 26a6cc4Copy full SHA for 26a6cc4
library/std/src/sys/itron/thread.rs
@@ -347,6 +347,6 @@ unsafe fn terminate_and_delete_current_task() -> ! {
347
unsafe { crate::hint::unreachable_unchecked() };
348
}
349
350
-pub fn available_concurrency() -> io::Result<crate::num::NonZeroUsize> {
+pub fn available_parallelism() -> io::Result<crate::num::NonZeroUsize> {
351
super::unsupported()
352
0 commit comments