yoshuawuyts / futures-concurrency

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

Add lending stream examples for `Group` types and fix insertion bug #151

Closed yoshuawuyts closed 1 year ago

yoshuawuyts commented 1 year ago

This adds examples to our new Group types on how to update them during iteration using the lending-stream crate.