]> git.proxmox.com Git - rustc.git/blob - src/vendor/rayon-core/src/internal/mod.rs
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / rayon-core / src / internal / mod.rs
1 //! The internal directory contains internal APIs not meant to be
2 //! exposed to "end-users" of Rayon, but rather which are useful for
3 //! constructing abstractions.
4 //!
5 //! These APIs are still unstable.
6
7 pub mod task;
8 pub mod worker;