CAPD DynSys Library  5.2.0
Threading

Classes

struct  capd::threading::SolverFactory< Solver >
 This is an interface of an abstract factory wich creates new instances of a specific solver;. More...
 
struct  capd::threading::DefaultSolverFactory< Solver >
 
struct  capd::threading::BaseTPMap< S, VF >
 
struct  capd::threading::TMap< TM, VectorFieldType >
 
struct  capd::threading::PMap< PM, Section, VectorFieldType >
 
struct  capd::threading::PMapFactory< PM, Section >
 
struct  capd::threading::TMapFactory< TM >
 
struct  capd::threading::SolverPool< Solver >
 
struct  capd::threading::LambdaTask< F >
 
class  capd::threading::Task
 This class is an abstract Task to be executed in a thread pool. More...
 
class  capd::threading::ThreadPool
 This class realizes a simple thread pool of fixed size. More...
 

Functions

template<class F >
static LambdaTask< F > * capd::threading::Task::createFromLambda (F &f)
 

Detailed Description

Function Documentation

◆ createFromLambda()

template<class F >
LambdaTask< F > * capd::threading::Task::createFromLambda ( F &  f)
static