transwarp
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:
Inheritance graph
[legend]
Collaboration diagram for transwarp::sequential:
Collaboration graph
[legend]

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, 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: