File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.9.0
2
+
3
+ - Re-introduce the thread-local task push optimization to the executor. (#93 )
4
+ - Bump ` async-task ` to v4.4.0. (#90 )
5
+ - Replace some unnecessary atomic operations with non-atomic operations. (#94 )
6
+ - Use weaker atomic orderings for notifications. (#95 )
7
+ - When spawning a future, avoid looking up the ID to assign to that future twice. (#96 )
8
+ - Avoid a panic when the runner's tick counter overflows. (#101 )
9
+
1
10
# Version 1.8.0
2
11
3
12
- When spawned tasks panic, the panic is caught and then surfaced in the spawned
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "async-executor"
3
3
# When publishing a new version:
4
4
# - Update CHANGELOG.md
5
5
# - Create "v1.x.y" git tag
6
- version = " 1.8 .0"
6
+ version = " 1.9 .0"
7
7
authors = [
" Stjepan Glavina <[email protected] >" ]
8
8
edition = " 2021"
9
9
rust-version = " 1.60"
You can’t perform that action at this time.
0 commit comments