YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
submit.hpp File Reference
#include <yaclib/exe/detail/unique_job.hpp>
#include <yaclib/exe/executor.hpp>
#include <utility>
Include dependency graph for submit.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  yaclib
 

Functions

template<typename Func >
void yaclib::Submit (IExecutor &executor, Func &&f)
 Submit given func for details.