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

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

A handle that awaits the result of a task.