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
When using an AsyncComputed in a "lifecycled" resource, I'm unable to abort a running computation.
In my use-case, a web component, it would be handy to have an abort() method that I could call within a component's disconnectedCallback.
It'd probably be brownie points to also expose a [Symbol.dispose]() too for those using the new using keyword in TS 5.2 along with future support for TC39.