Skip to main content

stream

Function stream 

Source
pub fn stream(request: &Request) -> Result<Run>
Expand description

Start request, returning a handle that streams its events.

Returns as soon as the child is spawned; the work proceeds on a task.

ยงErrors

Error::NotInstalled if the binary is missing, Error::Unsupported if the agent cannot honour the request, or Error::Spawn on an OS failure.