|
|
|
|
|
by olalonde
1470 days ago
|
|
My main issue with Rust async was that it wasn't possible to write a "runtime agnostic" libraries. For example, I wrote an HTTP client with Tokio and later wanted to use it in a project that was using another runtime (I think it was async-std) and couldn't use it. I wonder if that has changed since then? |
|
Which isn't to say this shouldn't be fixed. Just that there's a fairly good away to avoid the problem in practice.