smol-rs / futures-lite

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

feat: Implement for methods for stream::BlockOn #68

Closed notgull closed 1 year ago

notgull commented 1 year ago

This PR implements more of Iterator's default methods on stream::BlockOn, in order to avoid calling block_on more often than necessary.