|
My Project
|
A simple tasklet that runs a function that returns void and does not take any arguments a given number of times. More...
#include <tasklets.hpp>
Public Member Functions | |
| FunctionRunnerTasklet (const FunctionRunnerTasklet &)=default | |
| FunctionRunnerTasklet (int numInvocations, const Fn &fn) | |
| void | run () override |
Public Member Functions inherited from Opm::TaskletInterface | |
| TaskletInterface (int refCount=1) | |
| virtual bool | isEndMarker () const |
| void | dereference () |
| int | referenceCount () const |
A simple tasklet that runs a function that returns void and does not take any arguments a given number of times.
|
inlineoverridevirtual |
Implements Opm::TaskletInterface.