We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7b7c5 commit 7a18ca2Copy full SHA for 7a18ca2
tokio/CHANGELOG.md
@@ -66,6 +66,7 @@ Biggest changes are:
66
- fs: `File` operations take `&self` (#2930).
67
- rt: runtime API, and `#[tokio::main]` macro polish (#2876)
68
- rt: `Runtime::enter` uses an RAII guard instead of a closure (#2954).
69
+- net: the `from_std` function on all sockets no longer sets socket into non-blocking mode (#2893)
70
71
### Added
72
- sync: `map` function to lock guards (#2445).
0 commit comments