You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(phase-c): use Effect.acquireRelease for dual subscription cleanup
Addresses non-blocking review feedback. Replaces paired subscribeCallback +
Effect.addFinalizer pattern with Effect.acquireRelease so acquire and release
are colocated and scope-bound atomically.
0 commit comments