Expand description
The realize surface: the location-transparent distributed eval contract.
The kernel defines the realize request, observe modes, and event-draining contract that server and agent code target instead of transport-specific APIs; libraries supply the concrete transports behind it.
Structs§
- Buffered
Event Source - An in-memory
EventSourcebacked by a buffered queue of events. - Realize
Request - A reference-based realize request: the portable form of an
EvalRequest.
Enums§
- Observe
Mode - How much of an evaluation a caller wants to observe.
Functions§
- drain_
events_ to_ reply - Drains an
EventSourceinto a singleEvalReply. - realize_
events - Realizes
requestagainsttargetand returns its events as a source. - realize_
final - Realizes
requestagainsttargetand collects only the final reply.