Cambridge SMT System
ucam::util::NoThreadPool Struct Reference

Trivial struct that can replace seamlessly the threadpool for single threaded executions. More...

#include <multithreading.hpp>

Public Member Functions

template<typename F >
void operator() (F &task)
 

Detailed Description

Trivial struct that can replace seamlessly the threadpool for single threaded executions.

Definition at line 72 of file multithreading.hpp.

Member Function Documentation

template<typename F >
void ucam::util::NoThreadPool::operator() ( F task)
inline

Definition at line 74 of file multithreading.hpp.


The documentation for this struct was generated from the following file: