Skip to main content

Module realize

Module realize 

Source
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§

BufferedEventSource
An in-memory EventSource backed by a buffered queue of events.
RealizeRequest
A reference-based realize request: the portable form of an EvalRequest.

Enums§

ObserveMode
How much of an evaluation a caller wants to observe.

Functions§

drain_events_to_reply
Drains an EventSource into a single EvalReply.
realize_events
Realizes request against target and returns its events as a source.
realize_final
Realizes request against target and collects only the final reply.