Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
executor.h File Reference
#include "bvh/v2/thread_pool.h"
#include <cstddef>
#include <algorithm>
#include <vector>
Include dependency graph for executor.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  bvh::v2::Executor< Derived >
 Helper object that provides iteration and reduction over one-dimensional ranges. More...
 
struct  bvh::v2::ParallelExecutor
 Executor that executes in parallel using the given thread pool. More...
 
struct  bvh::v2::SequentialExecutor
 Executor that executes serially. More...
 

Namespaces

namespace  bvh
 
namespace  bvh::v2