You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
17
17
#[1.12.0] - 2022-06-18
18
18
19
19
##Added
20
-
-`std::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.
20
+
-`async_std::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.
21
21
- Add`TryFrom` implementations to convert`TcpListener`,`TcpStream`,`UdpSocket`,`UnixDatagram`,`UnixListener`, and`UnixStream` to their synchronous equivalents, including putting them back into blocking mode.
22
22
23
23
##Changed
@@ -307,7 +307,7 @@ Including improved performance, stability, and the addition of various