Represents abstract pipeline.
More...
#include <ThreadPool.hpp>
template<typename R, typename... A>
class CppMate::Pipeline< R, A >
Represents abstract pipeline.
◆ Signature
template<typename R , typename... A>
◆ ~Pipeline()
template<typename R , typename... A>
◆ addTask()
template<typename R , typename... A>
Adds a new task for execution.
- Parameters
-
task | the task to add. |
args | the task arguments. |
- Returns
- future object to tracking task results.
The documentation for this class was generated from the following file: