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