This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d4c1bba856
v
/
vlib
/
runtime
/
runtime_test.v
7 lines
88 B
V
Raw
Normal View
History
Unescape
Escape
runtime: nr_cpus()
2019-10-11 06:36:46 +03:00
import
runtime
fn
test_nr_cpus
(
)
{
runtime: add windows support for nr_cpus()
2019-10-13 01:01:15 +03:00
nr_cpus
:=
runtime
.
nr_cpus
(
)
assert
nr_cpus
>
0
}
Reference in New Issue
Copy Permalink