OpenVDB 10.0.1
|
A unified wrapper for tbb::parallel_invoke and a naive std::thread analog. More...
Go to the source code of this file.
Namespaces | |
namespace | nanovdb |
Functions | |
template<typename Func , typename... Rest> | |
int | invoke (const Func &taskFunc1, Rest... taskFuncN) |
A unified wrapper for tbb::parallel_invoke and a naive std::thread analog.