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

Definitions of CQE handlers. More...

#include "condy/concepts.hpp"
#include <cerrno>
#include <cstdint>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  condy
 The main namespace for the Condy library.

Detailed Description

Definitions of CQE handlers.

This file defines a series of CQE handlers, which are responsible for processing the completion of asynchronous operations. Each handler defines a handle_cqe method to process the CQE and an extract_result method to retrieve the result of the operation.

Definition in file cqe_handler.hpp.