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.
https://t.co/OAYGXs9eUo
async-std v1.11.0 has been released!
https://t.co/UakU20fpWQ
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.
https://t.co/ZSM7m8rSX9
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.
https://t.co/TcOhaNzmFG
async-tls v0.10.0 has been released!
This release includes improvements to compile times, and new "client" and "server" features that can be toggled off manually to speed up compilation even further.
https://t.co/fkGzFvZeK4
Today is Rust's fifth birthday! 🎉 We wrote an article highlighting some of the biggest changes since 1.0 back in 2015. What have been some of your favourite improvements to Rust from these past five years?
https://t.co/JFko1DU43R
Tide v0.7.0 has been released!
- Switched to http-types for the interface
- Now uses async-h1 as the default engine
- Per-route middleware is enabled
https://t.co/BojhxgfYBh
A few weeks ago we blogged about what's required on the compiler & language side to enable async/await in no_std
In this new post we take look into how async could be used in embedded Rust programs and share why we are excited about async on embedded
https://t.co/2R94wWjIK1
First alpha of the next big #heimrs version is out!
There are @tokio_rs and @asyncrs integration, easier debugging with error contexts and huge async/await refactoring under the hood.
And user guide at https://t.co/1mSOPJZM5J!
https://t.co/LXkTYkMrA7
https://t.co/cs8wAhm4c5
We're slowly but surely making progress towards no_std support for async-std!
We just merged @nasa_desu's patch set introducing a new "alloc" feature flag. Coming to you in async-std 1.6.0.
https://t.co/NxhrG5R86X