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

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.

Detailed Description

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.