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

Wrapper classes for liburing interfaces. More...

#include "condy/condy_uring.hpp"
#include "condy/utils.hpp"
#include <cassert>
#include <cerrno>
#include <cstddef>
#include <cstring>

Go to the source code of this file.

Classes

class  condy::FdTable
 File descriptor table for io_uring. More...
class  condy::BufferTable
 Buffer table for io_uring. More...
class  condy::RingSettings
 Settings manager for io_uring. More...

Namespaces

namespace  condy
 The main namespace for the Condy library.

Detailed Description

Wrapper classes for liburing interfaces.

This file defines wrapper classes around liburing, providing support for most synchronous operations.