Skip to content

Commit

Permalink
Merge pull request #1213 from leopardracer/patch-1
Browse files Browse the repository at this point in the history
fix: typos in documentation files
  • Loading branch information
cuviper authored Dec 3, 2024
2 parents 6ca44bd + 96ea97e commit d179ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rayon-core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.
Maybe worth mentioning: users are not necessarily intended to directly access rayon-core; all its APIs are mirrored 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).

Expand Down

0 comments on commit d179ea9

Please sign in to comment.