yoshuawuyts / futures-concurrency

Structured concurrency operations for async Rust
https://docs.rs/futures-concurrency
Apache License 2.0
400 stars 31 forks source link

`tuple::try_join` - drop futures in-place #145

Closed yoshuawuyts closed 1 year ago

yoshuawuyts commented 1 year ago

Reference: #137. This is the last of the batch, implementing "drop-in-place" semantics for tuple::try_join. Thanks!

yoshuawuyts commented 1 year ago

I'm feeling good about this - we added a miri test to this as well and it's passing. Going to hit merge on this and publish a new release.