repeaterjs / repeater

The missing constructor for creating safe async iterators
https://repeater.js.org
MIT License
459 stars 12 forks source link

Fix Promise.race related memory leaks in combinator functions. #66

Closed brainkim closed 4 years ago

brainkim commented 4 years ago

Fixes #65

brainkim commented 4 years ago

I’ve manually tested these combinators by passing an iterator of large random strings through each, but some sort of formal testing system would be nice (#11).