|
|
|
|
|
by jenkings
113 days ago
|
|
As I’m sure many have, I wrote a wrapper around AyncIterables so I could use them more succinctly. However I wasn’t concerned with performance as I was using it in a lambda handling small batches or scanning items from a DB and streaming pages back. https://github.com/juliantcook/fluent-async-iterator I had hoped we would have a better API by now. It was also very useful for CLI tools utilising unix pipes. |
|