Sha256: 5c7f7e0e13e9ead3733253e30d6b52ac5ee66fd6c105999d096bdf31cfccaf95

Contents?: true

Size: 242 Bytes

Versions: 33

Compression:

Stored size: 242 Bytes

Contents

use rayon_core::ThreadPoolBuilder;

#[test]
#[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
fn init_zero_threads() {
    ThreadPoolBuilder::new()
        .num_threads(0)
        .build_global()
        .unwrap();
}

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/init_zero_threads.rs
wasmtime-28.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/init_zero_threads.rs
wasmtime-27.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/init_zero_threads.rs
wasmtime-26.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/init_zero_threads.rs
wasmtime-25.0.2 ./ext/cargo-vendor/rayon-core-1.12.1/tests/init_zero_threads.rs
wasmtime-25.0.1 ./ext/cargo-vendor/rayon-core-1.12.1/tests/init_zero_threads.rs
wasmtime-25.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/init_zero_threads.rs
wasmtime-24.0.0 ./ext/cargo-vendor/rayon-core-1.12.1/tests/init_zero_threads.rs
wasmtime-23.0.2 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-22.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-21.0.1 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-20.0.2 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-20.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-18.0.3 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-17.0.1 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-17.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-16.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-15.0.1 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-15.0.0 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs
wasmtime-14.0.4 ./ext/cargo-vendor/rayon-core-1.12.0/tests/init_zero_threads.rs