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 5977202 commit 9f11ab3Copy full SHA for 9f11ab3
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 1.1.0
2
+
3
+- If a task is dropped or cancelled outside the `run` method, it gets re-scheduled.
4
+- Add `spawn_local` constructor.
5
6
# Version 1.0.0
7
8
- Initial release
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-task"
-version = "1.0.0"
+version = "1.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
license = "Apache-2.0/MIT"
0 commit comments