smol-rs / futures-lite

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

Rename take_until to stop_after_future #104

Closed notgull closed 4 months ago

notgull commented 4 months ago

This should hopefully make it more clear that this is not a carried-over "Iterator" method and is very stream-specific.

I think the name is a bit of a mouthful, I'm open to suggestions.

cc @smol-rs/admins, I need the whole gang to figure out the best name here.