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 41ffbc0 commit 3387d0bCopy full SHA for 3387d0b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 0.1.10
2
+
3
+- Simpler implementation of the `parking` module.
4
+- Extracted raw bindings to epoll/kqueue/wepoll into the `polling` crate.
5
6
# Version 0.1.9
7
8
- Update dependencies.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-io"
-version = "0.1.9"
+version = "0.1.10"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async I/O and timers"
0 commit comments