pub fn stream_realize_request(
term: Term,
buffer_limit: Option<usize>,
) -> RealizeRequestExpand 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.