Type Alias winmsg_executor::JoinHandle

source ·
pub type JoinHandle<F> = JoinHandle<F>;
Expand description

An owned permission to join on a task (await its termination).

If a JoinHandle is dropped, then its task continues running in the background and its return value is lost.

Aliased Type§

struct JoinHandle<F> { /* private fields */ }