Hacker News new | ask | show | jobs
by mixedCase 1182 days ago
Using Rust and esp-idf you can simply call the standard library threading facilities if you want to do concurrency, and it's all handled in the background by FreeRTOS for you.