flâneur — a map of the web's best reading

Is there a good read on different async runtimes? - help - The Rust Programming Language Forum

users.rust-lang.org · 1,538 words · saved by 1 readers

I'm trying to understand async-await in Rust, but I'm getting lost in all the different async runtimes. From my understanding, it's not enough to have a Future, it should be executed by something (obviously). Is there a good read on how those async runtimes are generally implemented and what is the difference between them? I keep seeing different kinds of runtimes, I have already seen at least the following main macros: And they apparently keep coming, so I would like to know more about how to do housekeeping on them. It appears to me that those runtimes serve different purposes. For example, Actix runtime is based on Tokio, but apparently it's not possible to simply use #[tokio::main] with an Actix web server. I would like to understand what are the implications of using different runtimes. For now it seems to be a topic that blocks me from using async-await without concern. Thanks! My understanding is that for the vast majority of applications, all that really matters is whether your

Is there a good read on different async runtimes? - help - The Rust Programming Language Forum = 40rem)" rel="stylesheet" data-target="desktop" /> = 40rem)" rel="stylesheet" data-target="discourse-ai_desktop" /> = 40rem)" rel="stylesheet" data-target="discourse-calendar_desktop" /> = 40rem)" rel="stylesheet" data-target="poll_desktop" /> Is there a good read on different async runtimes? help Alovchin91 January 8, 2020, 10:47pm 1 Hi, I'm trying to understand async-await in Rust, but I'm getting lost in all the different async runtimes. From my understanding, it's not enough to have a Future , i

Explore this link on the map →

related reading