Type Definition executors::futures_executor::JoinHandle[][src]

type JoinHandle<R> = Task<R>;

A future that can be used to await the result of a spawned future