Struct rustc_rayon_core::Configuration[][src]

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

Use ThreadPoolBuilder

Expand description

Contains the rayon thread pool configuration. Use ThreadPoolBuilder instead.

Implementations

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

Deprecated in favor of ThreadPoolBuilder::build.

Deprecated in favor of ThreadPoolBuilder::thread_name.

Deprecated in favor of ThreadPoolBuilder::num_threads.

Deprecated in favor of ThreadPoolBuilder::panic_handler.

Deprecated in favor of ThreadPoolBuilder::stack_size.

Deprecated in favor of ThreadPoolBuilder::breadth_first.

Deprecated in favor of ThreadPoolBuilder::start_handler.

Deprecated in favor of ThreadPoolBuilder::exit_handler.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.