Shiokaze Framework
A research-oriented fluid solver for computer graphics
parallel_core.h File Reference
#include <shiokaze/core/recursive_configurable_module.h>
#include <functional>
#include <vector>
#include <dlfcn.h>

Go to the source code of this file.

Classes

class  parallel_core
 Abstract class that handles parallel operations. Used with loop_splitter. "stdthread" and "tbbthread" are provided as implementations. More...
 

Typedefs

using parallel_ptr = std::unique_ptr< parallel_core >