issues
search
RubenVerborgh
/
AsyncIterator
An asynchronous iterator library for advanced object pipelines in JavaScript
https://rubenverborgh.github.io/AsyncIterator/docs/
Other
48
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Giving the option of setting the autoStart for the "from*" functions
#108
constraintAutomaton
opened
1 month ago
4
chore: add Node 22 CI
#107
jeswr
closed
4 months ago
0
UnionIterator skips not readable subiterators
#106
maartyman
opened
5 months ago
6
Fix: explicitly add ESM types
#105
termontwouter
closed
8 months ago
3
Fix 3 tests where the wrong event is checked.
#104
maartyman
closed
1 year ago
1
`AsyncIterator` type is not covariant
#103
Peeja
opened
1 year ago
1
Make iterators AsyncIterable, Closes #89
#102
rubensworks
closed
9 months ago
14
chore: add node 20 to test matrix
#101
jeswr
closed
1 year ago
0
chore: add tests for cloning clones
#100
jeswr
closed
1 year ago
0
Fix ClonedIterators not being readable
#99
rubensworks
closed
1 year ago
5
How can a whole text stream be consumed into a string?
#98
namedgraph
closed
1 year ago
1
Debug mode
#97
jeswr
opened
1 year ago
0
Intermediate async iterator does not correctly emit readable event, unpredictably
#96
gsvarovsky
opened
2 years ago
2
Emit destroyed event once upon destroy
#95
RubenVerborgh
opened
2 years ago
0
Use .js extension for CJS, and .mjs for ESM
#94
rubensworks
closed
2 years ago
1
Investigate macroTasking
#93
jeswr
opened
2 years ago
5
What happens to iterators after they error?
#92
RubenVerborgh
opened
2 years ago
4
Allow wrapping arrays with options
#91
RubenVerborgh
closed
2 years ago
4
Migrate to use a different event emitter base
#90
jeswr
opened
2 years ago
2
Feat: Make asynciterator asynciterable
#89
jeswr
closed
9 months ago
2
potential bug: `wrap` now autostarting iterators that were previously not autostarted prior to optimisation work
#88
jeswr
closed
2 years ago
17
Move each iterator to its own source file
#87
RubenVerborgh
opened
2 years ago
0
Discussion: Destroy propagation in callback-based TransformIterator
#86
rubensworks
closed
2 years ago
5
Adds destroySource support to wrap() and WrappingIterator
#85
jacoscaz
closed
2 years ago
6
Fix slow async sources not being destroyed
#84
rubensworks
closed
2 years ago
6
WrappingIterator does not destroy sources
#83
rubensworks
closed
2 years ago
2
feat: export LinkedList
#82
jeswr
closed
2 years ago
2
Perf/fast unions
#81
jeswr
closed
2 years ago
19
fix: re-enable IterableSource options in wrap
#80
jeswr
closed
2 years ago
4
V3 unioniterator
#79
jeswr
closed
2 years ago
1
Symbol for _destination property
#78
jacoscaz
closed
2 years ago
1
draft: synchronousTransformIterator
#77
jeswr
closed
2 years ago
4
Fix MultiTransformIterator not destroying transformers on close
#76
rubensworks
closed
2 years ago
1
Draft: Feat/mapping iterator
#75
jeswr
closed
2 years ago
12
Upgrade to TypeScript 4.
#74
RubenVerborgh
closed
2 years ago
1
Remove self
#73
RubenVerborgh
opened
2 years ago
0
Update dependencies
#72
RubenVerborgh
closed
2 years ago
1
Fix UnionIterator not destroying sources on close
#71
rubensworks
closed
2 years ago
2
Make @types/node a dependency (rather than devDependency)
#70
jeswr
opened
2 years ago
2
Possible memory leaks
#69
jeswr
opened
2 years ago
2
feat: maybeIterator
#68
jeswr
opened
2 years ago
8
Performance: Improve performance of `append` and `prepend`
#67
jeswr
opened
2 years ago
1
AsyncIterator-ext Package
#66
jeswr
opened
2 years ago
7
WIP: V3 Sync Unions
#65
jeswr
closed
2 years ago
3
feat: add uniq method to AsyncIterator
#64
jeswr
closed
2 years ago
2
feat: faster wrapping
#63
jacoscaz
closed
2 years ago
15
Feat: Performance Tests
#62
jeswr
opened
2 years ago
1
Iterators 'blocking' each other
#61
jeswr
opened
2 years ago
2
LinkedList optmizations
#60
jeswr
closed
2 years ago
3
Add MappingIterator for synchronous transformations
#59
jeswr
closed
2 years ago
11
Next