tasklets.hpp File Reference

Provides a mechanism to dispatch work to separate threads. More...

#include <atomic>
#include <thread>
#include <queue>
#include <mutex>
#include <condition_variable>
Include dependency graph for tasklets.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::TaskletInterface
 The base class for tasklets. More...
 
class  Opm::FunctionRunnerTasklet< Fn >
 A simple tasklet that runs a function that returns void and does not take any arguments a given number of times. More...
 
class  Opm::TaskletRunner
 Handles where a given tasklet is run. More...
 

Namespaces

namespace  Opm
 

Detailed Description

Provides a mechanism to dispatch work to separate threads.