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 31519f0 commit 19eb3ccCopy full SHA for 19eb3cc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.1.1
2
+
3
+- Replace `AtomicU64` with `AtomicUsize`.
4
5
# Version 1.1.0
6
7
- Use atomics to make `Executor::run()` and `Executor::tick()` futures `Send + Sync`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-executor"
-version = "1.1.0"
+version = "1.1.1"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async executor"
0 commit comments