teloxide / dptree

Asynchronous event dispatch for Rust
https://docs.rs/dptree/latest/dptree/
MIT License
143 stars 8 forks source link

Allow scatter-gather injection #7

Closed Hirrolot closed 2 years ago

Hirrolot commented 2 years ago

Allow DependencyMap to include other dependency maps. This helps to avoid unnecessary cloning like here.