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

Support for io_uring provided buffers. More...

#include "condy/buffers.hpp"
#include "condy/condy_uring.hpp"
#include "condy/context.hpp"
#include "condy/ring.hpp"
#include "condy/utils.hpp"
#include <bit>
#include <cstddef>
#include <cstdint>
#include <stdexcept>
#include <sys/mman.h>
#include <sys/types.h>

Go to the source code of this file.

Classes

struct  condy::BufferInfo
 Information about buffers consumed from a provided buffer queue. More...
class  condy::ProvidedBufferQueue
 Provided buffer queue. More...
struct  condy::ProvidedBuffer
 Provided buffer. More...
class  condy::ProvidedBufferPool
 Provided buffer pool. More...

Namespaces

namespace  condy
 The main namespace for the Condy library.

Detailed Description

Support for io_uring provided buffers.

This file provides support for io_uring provided buffers, which can be used as an alternative to regular buffers in asynchronous operations.