Type Definition zircon_object::task::ThreadFn

source · []
pub type ThreadFn = fn(thread: CurrentThread) -> Pin<Box<dyn Future<Output = ()> + Send>>;
Expand description

The type of a new thread function.