File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-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+
19# Version 1.8.0
210
311- 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"
33# When publishing a new version:
44# - Update CHANGELOG.md
55# - Create "v1.x.y" git tag
6- version = " 1.8 .0"
6+ version = " 1.9 .0"
77authors = [
" Stjepan Glavina <[email protected] >" ]
88edition = " 2021"
99rust-version = " 1.61"
You can’t perform that action at this time.
0 commit comments