Workspace 7.0.2
|
#include <algorithm>
#include <functional>
#include <iostream>
#include <thread>
#include <vector>
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
Functions | |
static void | parallel_for_i (std::function< void(size_t start, size_t end)> functor, size_t endIndex, size_t startIndex=0, size_t numThreads=0) |
Run a multi-threaded function over an integer range. | |