|
async-std
@asyncrs
|
16. kol |
|
We're happy to announce the release of `async-std` beta to the public. `async-std` is a library that looks and feels like the @rustlang standard library, built from ground up for `async/await`.
async.rs/blog/announcin…
|
||
|
|
||
|
Lande
@Carlos_Lande
|
17. kol |
|
I've been introducing myself to the world of fearless concurrency in rust and it's current state is a bit confusing. Futures 0.1, Futures 0.3, compat module, Tokio, std::future... Does this crate look like the final async/await proposal that end users will code with? Thanks!
|
||
|
|
||
|
async-std
@asyncrs
|
17. kol |
|
It's based on `std::future::Futures` and very little futures 0.3 only, no backwards compat shims.
|
||
|
|
||