Condy v1.8
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
task.hpp File Reference

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.

Detailed Description

Interfaces for coroutine task management.

This file defines interfaces for running and managing concurrent coroutine tasks in Condy.

Definition in file task.hpp.