Condy v1.5.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
 CSimpleCQEHandlerA simple CQE handler that extracts the result from the CQE without any additional processing
 CSelectBufferCQEHandlerA CQE handler that returns the selected buffers based on the result of the CQE
 CNVMeResultResult for NVMe passthrough commands, containing the status and result of the command
 CNVMePassthruCQEHandlerA CQE handler for NVMe passthrough commands that extracts the status and result from the CQE
 CTxTimestampResultResult for TX timestamp operations, containing timestamp information from the socket error queue
 CTxTimestampCQEHandlerA CQE handler for TX timestamp operations that extracts timestamp information from the CQE
 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