This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
732461b4cd
rust
/
tests
/
run-pass
/
available-parallelism.rs
4 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
test new available_concurrency function
2020-10-18 04:22:09 -05:00
fn
main
(
)
{
rustup
2021-10-07 13:52:11 -05:00
assert_eq!
(
std
::
thread
::
available_parallelism
(
)
.
unwrap
(
)
.
get
(
)
,
1
)
;
test new available_concurrency function
2020-10-18 04:22:09 -05:00
}
Reference in New Issue
Copy Permalink