MCPcopy Create free account
hub / github.com/Open-Quant/openquant / ExecutionMode

Enum ExecutionMode

crates/openquant/src/hpc_parallel.rs:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[derive(Debug, Clone, Copy, PartialEq, Eq)]
13pub enum ExecutionMode {
14 Serial,
15 Threaded { num_threads: usize },
16}
17
18#[derive(Debug, Clone, Copy, PartialEq, Eq)]
19pub enum PartitionStrategy {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected