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 924d3a9 commit d6505efCopy full SHA for d6505ef
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.2.1
2
+
3
+- Add `try_tick()` and `tick()` methods.
4
5
# Version 0.2.0
6
7
- Redesign the whole API.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-executor"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async executor"
0 commit comments