DEV Community

Discussion on: Practical Rust Web Development - API Rest

Collapse
 
meghashyam6 profile image
meghashyam6

Thats a neat tutorial! Would like to see how we can use tokio in conjunction with actix. For eg. making multiple async calls(futures) to db, wait for all the futures, aggregate the resultset and respond to the request. I couldn't find any examples like that anywhere