|
Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
|
Definitions of finish handle types for asynchronous operations. More...
#include "condy/concepts.hpp"#include "condy/condy_uring.hpp"#include "condy/context.hpp"#include "condy/invoker.hpp"#include "condy/ring.hpp"#include "condy/work_type.hpp"#include <array>#include <cerrno>#include <cstddef>#include <limits>#include <tuple>#include <variant>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | condy |
| The main namespace for the Condy library. | |
Definitions of finish handle types for asynchronous operations.
This file defines various FinishHandle types for managing the completion of asynchronous operations. Typically, the address of a FinishHandle is set as the user_data of an async operation.