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 | 
| namespace | nanovdb::util | 
| Functions | |
| template<typename Func, typename... Rest> | |
| int | invoke (const Func &taskFunc1, Rest... taskFuncN) | 
| 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.