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

type JoinHandle<T> = JoinHandle<T, ()>;

A handle that awaits the result of a task.