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 68f7a10 commit 3d03632Copy full SHA for 3d03632
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 1.3.0
2
+
3
+- Add `Timer::interval()` and `Timer::set_interval()`.
4
+- Add `Timer::interval_at()` and `Timer::set_interval_at()`.
5
+- Implement `Stream` for `Timer`.
6
7
# Version 1.2.0
8
9
- Add `Async::poll_readable()` and `Async::poll_writable()`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-io"
-version = "1.2.0"
+version = "1.3.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async I/O and timers"
0 commit comments