Fenix
@develop
Loading...
Searching...
No Matches
forward.hpp
1
2
// Forward declarations to avoid apps needing C++20 unless they're directly
3
// using the coroutines
4
5
#ifndef FENIX_TASKS_FORWARD_HPP
6
#define FENIX_TASKS_FORWARD_HPP
7
8
namespace
fenix::tasks {
9
template
<
typename
T,
bool
eager = false>
10
class
Task;
11
12
template
<
typename
T>
13
using
LazyTask = Task<T, false>;
14
}
15
16
#endif
// FENIX_TASKS_FORWARD_HPP
include
fenix
tasks
forward.hpp
Generated by
1.12.0