ThreadedExecution::Config
Config
Section titled “Config”#include <sbio/execution/threaded.hh>struct ConfigDefined in src/lib/sbio/execution/threaded.hh:65
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
num_threads |
variable |
Declared here |
cpu_affinities |
variable |
Declared here |
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
std::size_t |
num_threads |
|
std::vector< int > |
cpu_affinities |
num_threads
Section titled “num_threads”std::size_t num_threads { 0 }Defined in src/lib/sbio/execution/threaded.hh:66
cpu_affinities
Section titled “cpu_affinities”std::vector< int > cpu_affinities {}Defined in src/lib/sbio/execution/threaded.hh:67