transwarp
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
transwarp::sequential Class Reference

Executor for sequential execution. Runs functors sequentially on the same thread. More...

#include <transwarp.h>

Inheritance diagram for transwarp::sequential:
transwarp::executor

Public Member Functions

 sequential (const sequential &)=delete
 
sequentialoperator= (const sequential &)=delete
 
 sequential (sequential &&)=delete
 
sequentialoperator= (sequential &&)=delete
 
std::string name () const override
 Returns the name of the executor.
 
void execute (const std::function< void()> &functor, const transwarp::itask &) override
 Runs the functor on the current thread.
 

Detailed Description

Executor for sequential execution. Runs functors sequentially on the same thread.


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