YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
future.hpp
Go to the documentation of this file.
1#pragma once
2
6
7/**
8 * TODO(mkornaukhov03) Add doxygen docs
9 */
10template <typename V, typename E, typename... Args>
11struct yaclib_std::coroutine_traits<yaclib::Future<V, E>, Args...> final {
13};