Struct mitosis::JoinHandle[][src]

pub struct JoinHandle<T> { /* fields omitted */ }
Expand description

This value is returned by mitosis::spawn and lets you wait on the result of the child process’ computation

Implementations

Wait for the child process to return a result

Kill the child process.

Fetch the stdin handle if it has been captured

Fetch the stdout handle if it has been captured

Fetch the stderr handle if it has been captured

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.