Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

All those applications area sensitive to asynchronous programming.
 help



Rust's async can be very lightweight depending on the runtime implementation. tokio and embassy are both runtimes but former is a throughput-optimized heavily multi-threaded while latter is a simple cooperative multitasking for embedded. We use both at my day job. Even 64k flash and 16k ram is enough for embassy.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: