Expand description
Provider-generic typed client execution over caller-owned workspaces.
Structs§
- Client
Kernel - Reusable provider-neutral client policy kernel.
- Client
Response - Bounded response coupled to the prepared policy that admitted it.
- Client
Workspace - Four independent caller-owned buffers for one complete client request.
- Client
Workspace Lease - One admitted workspace whose buffers remain uniquely borrowed until drop.
- Client
Workspace Pool - Fixed-capacity atomic admission for caller-supplied workspaces.
Enums§
- Checked
Decode Error - Failure while entering a checked success or provider-error decoder.
- Client
Execution Error - Failure across preparation, authenticated execution, or checked decoding.
- Client
Response Kind - HTTP response class observed after bounded authenticated transport.
- Workspace
Acquire Error - Failure to admit one caller-owned workspace immediately.
- Workspace
Pool Error - Invalid compile-time workspace-pool capacity.
Constants§
- MAX_
CLIENT_ WORKSPACE_ LEASES - Maximum number of atomic workspace leases in one pool.
Traits§
- Client
Operation - Typed provider operation executable by
ClientKernel.