esp-rs / std-training

Embedded Rust on Espressif training material.
https://esp-rs.github.io/std-training
Apache License 2.0
590 stars 75 forks source link

Async material #225

Open SergioGasquez opened 9 months ago

SergioGasquez commented 9 months ago

The training should include some async project that teach how to work in async. Core concepts of async could live on the Rust on ESP book or in the Rust embedded book, and in this book, we can address the details and elaborate on a project example using them.