Unclaimed project
Are you a maintainer of async-std? Claim this project to take control of your public changelog and roadmap.
This release stabilizes some long-awaited APIs that help people build async interfaces and interoperate with other APIs.
task::spawn_blocking is now stabilized. We consider it a fundamental API for bridging between blocking code and async code, and we widely use it within async-std's own implementation.TryFrom implementations to convert TcpListener, TcpStream, UdpSocket, UnixDatagram, UnixListener, and UnixStream to their synchronous equivalents, including putting them back into blocking mode.num_cpus; it uses functionality in the standard library instead (via async-global-executor).