cefn / watchable

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

Update nevermore races to use race-as-promise. #56

Closed cefn closed 7 months ago

cefn commented 7 months ago

This closes off a major potential memory leak from long-running job generators by avoiding the use of Promise.race where .then chains could accumulate.

This MR also respond to linting errors, fine-tunes and comments timeout and launch routines.