We've released async-std 1.12.0!
This release stabilizes task::spawn_blocking, a fundamental API to bridge blocking and async code via a blocking thread pool.
We also added TryFrom impls to convert async sockets back to std sync socket types.
async-std v1.11.0 has been released!
github.com/async-rs/async…
This release improves compile times by up to 55% on initial builds, and up to 75% on recompilation.
stop-token v0.2.0 has been published!
This crate provides cooperative cancellation for `async-std`, and has been updated to use the recently stabilized `async_std::channel` submodule.
Happy new year everyone! async-std v1.9.0 has been released!
This release stabilizes the `async_std::channel` submodule, removes the
deprecated `sync::channel` types, and introduces the `tokio1` feature.