|
Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
|
| Ncondy | The main namespace for the Condy library |
| CMutableBuffer | Mutable buffer |
| CConstBuffer | Constant buffer |
| CChannel | Thread-safe bounded channel for communication and synchronization |
| CPushAwaiter | Awaiter for pushing an item into the channel |
| CPopAwaiter | Awaiter for popping an item from the channel |
| CCoro | Coroutine type used to define a coroutine function |
| CBufferInfo | Information about buffers consumed from a provided buffer queue |
| CProvidedBufferQueue | Provided buffer queue |
| CProvidedBuffer | Provided buffer |
| CProvidedBufferPool | Provided buffer pool |
| CFdTable | File descriptor table for io_uring |
| CBufferTable | Buffer table for io_uring |
| CRingSettings | Settings manager for io_uring |
| CRuntime | The event loop runtime for executing asynchronous |
| CRuntimeOptions | Runtime options |
| CTask | Coroutine task that runs concurrently in the runtime |