|
Condy v1.8
C++ Asynchronous System Call Layer for Linux
|
Interfaces for coroutine task management. More...
#include "condy/coro.hpp"#include "condy/detail/context.hpp"#include "condy/detail/invoker.hpp"#include "condy/runtime.hpp"#include <coroutine>#include <future>Go to the source code of this file.
Namespaces | |
| namespace | condy |
| The main namespace for the Condy library. | |
Interfaces for coroutine task management.
This file defines interfaces for running and managing concurrent coroutine tasks in Condy.
Definition in file task.hpp.