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

Runtime type for running the io_uring event loop. More...

#include "condy/condy_uring.hpp"
#include "condy/context.hpp"
#include "condy/finish_handles.hpp"
#include "condy/intrusive.hpp"
#include "condy/invoker.hpp"
#include "condy/ring.hpp"
#include "condy/runtime_options.hpp"
#include "condy/utils.hpp"
#include "condy/work_type.hpp"
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <mutex>
#include <sys/eventfd.h>

Go to the source code of this file.

Classes

class  condy::Runtime
 The event loop runtime for executing asynchronous. More...

Namespaces

namespace  condy
 The main namespace for the Condy library.

Functions

auto & condy::current_runtime ()
 Get the current runtime.
void condy::set_current_cred_id (uint16_t id)
 Set the current cred id object.

Detailed Description

Runtime type for running the io_uring event loop.