Struct duct::WaitHandle [] [src]

pub struct WaitHandle(_);

Returned by the start method. Calling start followed by wait on the handle is equivalent to run.

Methods

impl WaitHandle
[src]

Wait for the running expression to finish, and return its output. Calling start followed by wait is equivalent to run.