Sha256: 7281273bea1d5fdc57731513cf9f0e3b911d06ac9905b03a8375a1324951c35b

Contents?: true

Size: 779 Bytes

Versions: 23

Compression:

Stored size: 779 Bytes

Contents

Rayon-core represents the "core, stable" APIs of Rayon: join, scope, and so forth, as well as the ability to create custom thread-pools with ThreadPool.

Maybe worth mentioning: users are not necessarily intended to directly access rayon-core; all its APIs are mirror in the rayon crate. To that end, the examples in the docs use rayon::join and so forth rather than rayon_core::join.

rayon-core aims to never, or almost never, have a breaking change to its API, because each revision of rayon-core also houses the global thread-pool (and hence if you have two simultaneous versions of rayon-core, you have two thread-pools).

Please see [Rayon Docs] for details about using Rayon.

[Rayon Docs]: https://docs.rs/rayon/

Rayon-core currently requires `rustc 1.63.0` or greater.

Version data entries

23 entries across 23 versions & 1 rubygems

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