Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NcondyThe main namespace for the Condy library
 CMutableBufferMutable buffer
 CConstBufferConstant buffer
 CChannelThread-safe bounded channel for communication and synchronization
 CPushAwaiterAwaiter for pushing an item into the channel
 CPopAwaiterAwaiter for popping an item from the channel
 CCoroCoroutine type used to define a coroutine function
 CBufferInfoInformation about buffers consumed from a provided buffer queue
 CProvidedBufferQueueProvided buffer queue
 CProvidedBufferProvided buffer
 CProvidedBufferPoolProvided buffer pool
 CFdTableFile descriptor table for io_uring
 CBufferTableBuffer table for io_uring
 CRingSettingsSettings manager for io_uring
 CRuntimeThe event loop runtime for executing asynchronous
 CRuntimeOptionsRuntime options
 CTaskCoroutine task that runs concurrently in the runtime