mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-01 05:56:41 +00:00
CHANGELOG.md: Fix typo
This commit is contained in:
parent
1130279831
commit
1785b90e6f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
|
|||
# [1.12.0] - 2022-06-18
|
||||
|
||||
## Added
|
||||
- `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.
|
||||
- `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.
|
||||
- Add `TryFrom` implementations to convert `TcpListener`, `TcpStream`, `UdpSocket`, `UnixDatagram`, `UnixListener`, and `UnixStream` to their synchronous equivalents, including putting them back into blocking mode.
|
||||
|
||||
## Changed
|
||||
|
|
Loading…
Reference in a new issue