|
Condy v1.8
C++ Asynchronous System Call Layer for Linux
|
Coroutine implementation details. More...
#include "condy/concepts.hpp"#include "condy/detail/invoker.hpp"#include "condy/detail/type_traits.hpp"#include "condy/detail/utils.hpp"#include <atomic>#include <coroutine>#include <exception>#include <new>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | condy |
| The main namespace for the Condy library. | |
Coroutine implementation details.
Definition in file coro.hpp.