smol-rs / futures-lite

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

Publish 1.0 #10

Closed ghost closed 4 years ago

ghost commented 4 years ago

To prevent being stuck at 0.1 forever, I am considering publishing 1.0 rather sooner than later. The crate is 90% done anyway and I don't expect there will be many changes - just a few remaining additions.

The only breaking change I might do is rename future::join() to future::zip(). Thoughts?

jjl commented 4 years ago

I'd be in favour of that

ghost commented 4 years ago

I have renamed join() to zip() and try_join() to try_zip(). Version 1.0.0 is now published.