Skip to main content

realize_events

Function realize_events 

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

Realizes request against target and returns its events as a source.

Runs the evaluation through the EvalFabric, records the resulting diagnostics, optional trace, final value, and a terminating done into an event ledger, and hands them back as a BufferedEventSource.