Skip to main content

stream_realize_request

Function stream_realize_request 

Source
pub fn stream_realize_request(
    term: Term,
    buffer_limit: Option<usize>,
) -> RealizeRequest
Expand description

Builds a realize request that observes a term as an event stream.

The request observes in ObserveMode::Events and carries an optional buffer_limit, framing the term for the location-transparent eval surface to drive as a stream.