smol-rs / futures-lite

Futures, streams, and async I/O combinators.
Apache License 2.0
449 stars 26 forks source link

feat: add `StreamExt::take_until`. #103

Closed LebranceBW closed 4 months ago

LebranceBW commented 4 months ago

This commit migrates Stream::take_until from futures into futures-lite with little modification. version are also updated.