Type Definition gain::task::JoinHandle[][src]

pub type JoinHandle<T> = JoinHandle<T, ()>;
Expand description

A handle that awaits the result of a task.