We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738870e commit 57768ccCopy full SHA for 57768cc
1 file changed
docs/design/028-M13-remove-spawn-trait.md
@@ -1086,7 +1086,7 @@ Originally deferred to a follow-up; landed via
1086
bridge-state `tokio::spawn` sites in `aimdb-core/src/remote/` were
1087
replaced with nested `FuturesUnordered`; `subscribe_record_updates` was
1088
deleted in favour of a `Stream`-returning helper; per-subscription
1089
-`oneshot` cancel channels were replaced with `Arc<AtomicBool>` flags.
+`oneshot` cancel channels were replaced with `Arc<Notify>` notifies for immediate unsubscribe.
1090
1091
### ~~WebSocket client reconnect spawn~~ (resolved by design 030)
1092
0 commit comments