YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
shared_future.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
yaclib/async/shared_future.hpp
>
4
#include <
yaclib/coro/detail/promise_type.hpp
>
5
6
/**
7
* TODO(mkornaukhov03) Add doxygen docs
8
*/
9
template
<
typename
V,
typename
E,
typename
... Args>
10
struct
yaclib_std::coroutine_traits<
yaclib
::SharedFuture<V, E>, Args...> final {
11
using
promise_type
=
yaclib::detail::PromiseType<V, E, false, true>
;
12
};
shared_future.hpp
yaclib::detail::PromiseType
Definition
promise_type.hpp:50
yaclib
Definition
base_core.hpp:15
promise_type.hpp
include
yaclib
coro
shared_future.hpp
Generated by
1.9.8