Struct rayon_core::Configuration [] [src]

pub struct Configuration { /* fields omitted */ }
Deprecated

: Use ThreadPoolBuilder

Contains the rayon thread pool configuration. Use ThreadPoolBuilder instead.

Methods

impl Configuration
[src]

[src]

Creates and return a valid rayon thread pool configuration, but does not initialize it.

[src]

Deprecated in favor of ThreadPoolBuilder::build.

[src]

Deprecated in favor of ThreadPoolBuilder::thread_name.

[src]

Deprecated in favor of ThreadPoolBuilder::num_threads.

[src]

Deprecated in favor of ThreadPoolBuilder::panic_handler.

[src]

Deprecated in favor of ThreadPoolBuilder::stack_size.

[src]

Deprecated in favor of ThreadPoolBuilder::breadth_first.

[src]

Deprecated in favor of ThreadPoolBuilder::start_handler.

[src]

Deprecated in favor of ThreadPoolBuilder::exit_handler.

Trait Implementations

impl Default for Configuration
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Configuration
[src]

[src]

Formats the value using the given formatter.