tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
coroutine.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_COROUTINE_HPP
5#define TETL_COROUTINE_HPP
6
7/// \defgroup coroutine coroutine
8/// Coroutine support library
9/// \ingroup coroutines-library
10
11#include <etl/_config/all.hpp>
12
13#include <etl/_coroutine/coroutine_handle.hpp>
14#include <etl/_coroutine/coroutine_traits.hpp>
15#include <etl/_coroutine/suspend_always.hpp>
16#include <etl/_coroutine/suspend_never.hpp>
17
18#endif // TETL_COROUTINE_HPP