You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed mis-orderings when joining streams that produce Pending, introduced in 0.1.3.
Added a Clone bound on JoinMultiple, which is needed to avoid producing Pending in some cases where it is possible to return an item produced by another stream later in the iteration.
Added impl<S:OrderedStream> OrderedStream for Option<S>.