itron: Rename itron:🧵:{available_conccurrency -> available_parallelism}
Catching up with commit b4615b5bf9
This commit is contained in:
parent
15af06795c
commit
26a6cc4515
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue