Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@danieldg danieldg released this 11 Feb 15:48
  • 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>.