Skip to main content

LocalTask

Type Alias LocalTask 

Source
pub type LocalTask = Pin<Box<dyn Future<Output = ()> + 'static>>;
Expand description

A task owned by a Runtime Driver’s single-threaded local lane.

Aliased Type§

#[repr(transparent)]
pub struct LocalTask { /* private fields */ }