|
Condy v1.8
C++ Asynchronous System Call Layer for Linux
|
Definitions of asynchronous operations. More...
#include "condy/awaiter_operations.hpp"#include "condy/concepts.hpp"#include "condy/condy_uring.hpp"#include "condy/cqe_handler.hpp"#include "condy/detail/helpers.hpp"Go to the source code of this file.
Namespaces | |
| namespace | condy |
| The main namespace for the Condy library. | |
Definitions of asynchronous operations.
This file defines a series of asynchronous operations, which are wrappers around liburing operations. Generally, each async_* function corresponds to a io_uring_prep_* function in liburing
Definition in file async_operations.hpp.