Type CPU_COUNT [src]

Source

pub const CPU_COUNT = switch (native_os) { .linux => linux.CPU_COUNT, .emscripten => emscripten.CPU_COUNT, else => void, }