We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a11c7 commit a9de9f9Copy full SHA for a9de9f9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 0.1.2
2
+
3
+- Shutdown the write side of the socket in `AsyncWrite::poll_close()`.
4
+- Code and dependency cleanup.
5
+- Always use the last waker when polling a timer.
6
7
# Version 0.1.1
8
9
- Initial version
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-io"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async I/O and timers"
0 commit comments