|
Condy v1.3.0
C++ Asynchronous System Call Layer for Linux
|
Definitions of CQE handlers. More...
Go to the source code of this file.
Namespaces | |
| namespace | condy |
| The main namespace for the Condy library. | |
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.