Login
From:
oida.dev | TypeScript, Rust
(Uncensored)
subscribe
Tokio: Macros
https://oida.dev/rust-tokio-guide/macros/
links
backlinks
Roast topics
Find topics
Find it!
tokio::join! lets you run multiple futures concurrently, and returns the output of all of them. For JavaScript developers: Promise.all is a good equivalent.