mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
itron: Rename itron::thread::{available_conccurrency -> available_parallelism}
Catching up with commit b4615b5bf9
This commit is contained in:
@@ -347,6 +347,6 @@ unsafe fn terminate_and_delete_current_task() -> ! {
|
||||
unsafe { crate::hint::unreachable_unchecked() };
|
||||
}
|
||||
|
||||
pub fn available_concurrency() -> io::Result<crate::num::NonZeroUsize> {
|
||||
pub fn available_parallelism() -> io::Result<crate::num::NonZeroUsize> {
|
||||
super::unsupported()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user