YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
make.hpp File Reference
Include dependency graph for make.hpp:

Go to the source code of this file.

Classes

class  yaclib::detail::ReadyCore< V, E >
 

Namespaces

namespace  yaclib
 
namespace  yaclib::detail
 

Functions

template<typename V = Unit, typename E = StopError, typename... Args>
auto yaclib::MakeTask (Args &&... args)
 TODO(MBkkt) add description.