Twitter | Pretraživanje | |
async-std 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 standard library, built from ground up for `async/await`.
Reply Retweet Označi sa "sviđa mi se"
Lande 17. kol
Odgovor korisniku/ci @asyncrs @rustlang
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!
Reply Retweet Označi sa "sviđa mi se"
async-std
async/await is just the syntax and will be the only that thing the Rust compiler ships. This is our go at providing an approachable, consistent interface to learn on and understand things better.
Reply Retweet Označi sa "sviđa mi se" More
async-std 17. kol
Odgovor korisniku/ci @Carlos_Lande @rustlang
It's based on `std::future::Futures` and very little futures 0.3 only, no backwards compat shims.
Reply Retweet Označi sa "sviđa mi se"