Skip to content

Commit 57768cc

Browse files
lxsaahCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 738870e commit 57768cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/design/028-M13-remove-spawn-trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ Originally deferred to a follow-up; landed via
10861086
bridge-state `tokio::spawn` sites in `aimdb-core/src/remote/` were
10871087
replaced with nested `FuturesUnordered`; `subscribe_record_updates` was
10881088
deleted in favour of a `Stream`-returning helper; per-subscription
1089-
`oneshot` cancel channels were replaced with `Arc<AtomicBool>` flags.
1089+
`oneshot` cancel channels were replaced with `Arc<Notify>` notifies for immediate unsubscribe.
10901090

10911091
### ~~WebSocket client reconnect spawn~~ (resolved by design 030)
10921092

0 commit comments

Comments
 (0)