YACLib
C++ library for concurrent tasks execution
|
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. | |