Re-exports§
pub use config::Config;pub use config::ConfigBuilder;pub use config::SchedulingPolicy;pub use error::Error;pub use error::Result;pub use iter::IntoParallelIterator;pub use iter::ParallelIterator;pub use iter::ParallelSlice;pub use runtime::init;pub use runtime::init_with_config;pub use runtime::init_thread_local;pub use runtime::init_thread_local_with_config;pub use runtime::shutdown;pub use runtime::set_lazy_init;pub use runtime_manager::RuntimeManager;pub use executor::task::Priority;pub use util::BackpressureController;pub use util::BackpressureConfig;pub use telemetry::Metrics;pub use telemetry::MetricsSnapshot;pub use telemetry::MetricsExporter;pub use telemetry::JsonExporter;