|
Condy v1.6.0
C++ Asynchronous System Call Layer for Linux
|
Definitions of finish handle types for asynchronous operations. More...
#include "condy/concepts.hpp"#include "condy/invoker.hpp"#include "condy/runtime.hpp"#include <array>#include <cassert>#include <cerrno>#include <cstddef>#include <tuple>#include <utility>#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.
Definition in file finish_handles.hpp.