Stars
8
Forks
0
Watchers
8
Open Issues
1
Overall repository health assessment
^29.5.1^18.16.3^29.5.0^29.1.0^5.6.263
commits
Better type inference and updated readme to reflect lack of "self" being passed in as argument.
2e73f86View on GitHubImprovved type inference for cases where tool argument is included. Changed tool argument to be passed push and drain directly, and no longer receives streamie self reference.
9a71954View on GitHubImplemented lazy initialization of promise. Added tests ensuring no memory leaks and proper draining.
3f5cad1View on GitHubFixed types. Introduced change where promise is lazily initialized to avoid unecessary unhandled rejections in cases where promises for parts of the chain were not even being used.
ec5348eView on GitHubOverhaul to scheduling to use a flattened loop rather than recursive calls in order to process queue items. Should prevent stackoverflows in exessively long runs through consecutive queue items.
3efbfc8View on GitHub