Skip to main content

TaskFuture

Type Alias TaskFuture 

Source
type TaskFuture = FutureObj<'static, ()>;
Expand description

Type-erased future, one for each of our (normal) tasks

Aliased Typeยง

struct TaskFuture(/* private fields */);