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