Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
condy.hpp
Go to the documentation of this file.
1
8
9#pragma once
10
11#include "condy/async_operations.hpp" // IWYU pragma: export
12#include "condy/awaiter_operations.hpp" // IWYU pragma: export
13#include "condy/buffers.hpp" // IWYU pragma: export
14#include "condy/channel.hpp" // IWYU pragma: export
15#include "condy/coro.hpp" // IWYU pragma: export
16#include "condy/pmr.hpp" // IWYU pragma: export
17#include "condy/runtime.hpp" // IWYU pragma: export
18#include "condy/runtime_options.hpp" // IWYU pragma: export
19#include "condy/sync_wait.hpp" // IWYU pragma: export
20#include "condy/task.hpp" // IWYU pragma: export
21#include "condy/version.hpp" // IWYU pragma: export
22
28namespace condy {}
Definitions of asynchronous operations.
Helper functions for composing asynchronous operations.
Basic buffer types and conversion utilities.
Thread-safe channel type for communication and synchronization.
Coroutine definitions.
The main namespace for the Condy library.
Definition condy.hpp:28
Polymorphic memory resource (PMR) related types and utilities.
Runtime type for running the io_uring event loop.
Helper functions for running a Runtime.
Interfaces for coroutine task management.