Struct vrp_cli::extensions::solve::config::ParallelismConfig
source · [−]Expand description
Data parallelism configuration.
Fields
num_thread_pools: usizeNumber of thread pools.
threads_per_pool: usizeSpecifies amount of threads in each thread pool.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParallelismConfig
impl Send for ParallelismConfig
impl Sync for ParallelismConfig
impl Unpin for ParallelismConfig
impl UnwindSafe for ParallelismConfig
Blanket Implementations
Mutably borrows from an owned value. Read more