Function scout::supervisor::run

source ·
pub async fn run<R, I, W>(
    config: Config,
    stdin: R,
    inbox: I,
    outbox: W
) -> Result<Option<Text>>where
    R: Read + Send + Unpin + 'static,
    I: Read + Send + Unpin + 'static,
    W: Write + Send + Unpin + 'static,
Expand description

Run the program’s tasks.