yoshuawuyts / futures-concurrency

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

tuple::join - drop futures in-place #143

Closed yoshuawuyts closed 1 year ago

yoshuawuyts commented 1 year ago

Reference: #137. This implements drop-in-place semantics for tuple::join. Thanks!

yoshuawuyts commented 1 year ago

oh apparently the nightly linux toolchain is broken so miri fails to install. I've run miri locally and it seems to pass - given Miri is a virtualized environment, that should be good enough, so allowing this to be merged!