Skip to main content

stream_take

Function stream_take 

Source
pub fn stream_take(
    stream: &StreamValue,
    limit: usize,
) -> Result<Vec<StreamItem>>
Expand description

stream/take: pulls up to limit packets from stream.