pub type Runnable = Runnable<TaskMetadata>;
Expand description
A handle to a task that’s ready to run.
Aliased Type§
struct Runnable { /* private fields */ }
pub type Runnable = Runnable<TaskMetadata>;
A handle to a task that’s ready to run.
struct Runnable { /* private fields */ }