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
1. ResultCache.stop(): compare-before-clear so a concurrent start()
that installs fresh references between the await and the cleanup
doesn't get its new task orphaned.
2. AsyncExecutionManager.stop(): skip the _execution_lock section on
cross-loop stop — the lock is bound to the owning loop, taking it
from a foreign loop raises the same 'got Future attached to a
different loop' error one line below the fix.
0 commit comments