pub type ActiveTasks<D> = BTreeSet<ActiveTask<D>>;Expand description
A set of active tasks.
These tasks are sorted by end time and then by agent, due to the implementation of cmp by ActiveTask.
Aliased Typeยง
pub struct ActiveTasks<D> { /* private fields */ }