yoshuawuyts / futures-concurrency

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

move indexing logic to the state structures #140

Closed yoshuawuyts closed 1 year ago

yoshuawuyts commented 1 year ago

This should make the drop impls for custom structures a bit more portable between implementations. Thanks!