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
rust
/
tests
/
pass
/
available-parallelism.rs
4 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
test new available_concurrency function
2020-10-18 11:22:09 +02:00
fn
main
(
)
{
rustup
2021-10-07 11:52:11 -07:00
assert_eq!
(
std
::
thread
::
available_parallelism
(
)
.
unwrap
(
)
.
get
(
)
,
1
)
;
test new available_concurrency function
2020-10-18 11:22:09 +02:00
}
Reference in New Issue
Copy Permalink