cefn / watchable

Repo for @watchable/store and supporting packages.
MIT License
5 stars 1 forks source link

Adopt Unpromise throughout #74

Closed cefn closed 2 months ago

cefn commented 3 months ago

Now there is an implementation of unsubscribable promises (that defeat memory leaks) this should be adopted throughout and especially for the case of core scheduler cancelPromise instances to prevent the accumulation of then subscribers.

cefn commented 2 months ago

Completed in https://github.com/cefn/watchable/pull/79