Struct basic_dsp_vector::MultiCoreSettings [] [src]

pub struct MultiCoreSettings {
    pub core_limit: usize,
    pub early_temp_allocation: bool,
}

Holds parameters which specify how multiple cores are used to execute an operation.

Fields

All operations will be limited to not create more threads than specified here

Indicates whether the temp arrays of a vector should already be allocated during construction

Methods

impl MultiCoreSettings
[src]

Creates multi core settings with default values

Creates multi core settings with the given values.

Trait Implementations

impl Debug for MultiCoreSettings
[src]

Formats the value using the given formatter.

impl Copy for MultiCoreSettings
[src]

impl Clone for MultiCoreSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more