cefn / watchable

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

Switch to unpromise raceSingletons #76

Closed cefn closed 2 months ago

cefn commented 3 months ago

The namedRace calls in nevermore should be replaced by the more efficient and safer unpromise raceSingletons at https://github.com/cefn/watchable/blob/ef6ccebb7b322a51184e17faa0cfcccdffddf805/packages/unpromise/src/unpromise.ts#L307

cefn commented 2 months ago

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