SPH
Classes | Variables
Scheduler.cpp File Reference
#include "thread/Scheduler.h"
#include "math/MathUtils.h"
#include "objects/wrappers/Optional.h"

Go to the source code of this file.

Classes

class  SequentialTaskHandle
 

Variables

SequentialScheduler SEQUENTIAL
 Global instance of the sequential scheduler. More...
 

Variable Documentation

◆ SEQUENTIAL

SequentialScheduler SEQUENTIAL

Global instance of the sequential scheduler.

It can be used to specify sequential execution policy for parallel algorithms, without creating unnecessary local instances of SequentialScheduler.

Definition at line 43 of file Scheduler.cpp.