yoshuawuyts / futures-concurrency

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

Fixes redundant `todo!` #176

Closed yoshuawuyts closed 7 months ago

yoshuawuyts commented 7 months ago

Fixes #173, thanks @matheus-consoli!