Parallelizing calls to several canisters

@stopak @rossberg,
In rust you can do the same using join_all in futures::future - Rust

This awesome post by @free shows how it works: Can I run multiple inter-canister update calls in parallel? - #2 by free.

3 Likes