Skip to main content

realize_final

Function realize_final 

Source
pub fn realize_final(
    cx: &mut Cx,
    target: &dyn EvalFabric,
    request: EvalRequest,
) -> Result<EvalReply>
Expand description

Realizes request against target and collects only the final reply.

A convenience over realize_events plus drain_events_to_reply for callers that want the EvalReply rather than the event stream.