Module ucp

Source
Expand description

Unified Communication Protocol (UCP).

Structs§

Config
The configuration for UCP application context.
ConnectionRequest
An incoming connection request.
Context
An object that holds a UCP communication instance’s global information.
Endpoint
Communication endpoint.
Listener
Listening on a specific address and accepting connections from clients.
MemoryHandle
A memory region allocated through UCP library, which is optimized for remote memory access operations.
RKey
Remote access key.
RKeyBuffer
An owned buffer containing remote access key.
Worker
An object representing the communication context.
WorkerAddress
The address of the worker object.