pub type TaskStream<GroupKey, Outcome> = SelectAll<FuturesUnordered<BoxFuture<'static, (GroupKey, Outcome)>>>;Aliased Typeยง
pub struct TaskStream<GroupKey, Outcome> { /* private fields */ }pub type TaskStream<GroupKey, Outcome> = SelectAll<FuturesUnordered<BoxFuture<'static, (GroupKey, Outcome)>>>;pub struct TaskStream<GroupKey, Outcome> { /* private fields */ }