|
opynsim
Unofficial C++ Documentation
|
#include <liboscar/utilities/algorithms.h>#include <concepts>#include <cstddef>#include <future>#include <span>#include <thread>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | osc |
Functions | |
| template<typename T , std::invocable< T & > UnaryFunction> | |
| void | osc::for_each_parallel_unsequenced (size_t min_chunk_size, std::span< T > values, UnaryFunction mutator) |