Expand description
Unified Communication Protocol (UCP).
Structs§
- Config
- The configuration for UCP application context.
- Connection
Request - 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.
- Memory
Handle - A memory region allocated through UCP library, which is optimized for remote memory access operations.
- RKey
- Remote access key.
- RKey
Buffer - An owned buffer containing remote access key.
- Worker
- An object representing the communication context.
- Worker
Address - The address of the worker object.