dfinity / examples

Example applications, microservices, and code samples for the Internet Computer
https://dfinity.org
Apache License 2.0
508 stars 322 forks source link

Parallel inter-canister calls in Rust #881

Closed oggy-dfin closed 4 weeks ago

oggy-dfin commented 4 weeks ago

This example demonstrates how to use parallel inter-canister calls in Rust, and highlights the differences between parallel and sequential calls. A Motoko example will follow later.