YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
on.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace yaclib {
7
8/**
9 * TODO(mkornaukhov03) Add doxygen docs
10 */
14
15} // namespace yaclib
YACLIB_INLINE detail::OnAwaiter On(IExecutor &e) noexcept
TODO(mkornaukhov03) Add doxygen docs.
Definition on.hpp:11
Contract< V, E > MakeContract()
Creates related future and promise.
Definition contract.hpp:25