jajaperson / iterable-utilities

A bunch of utilities for working with iterables, many inspired by the native array methods.
https://deno.land/x/iter
MIT License
8 stars 1 forks source link

Async iterable/iterator support #2

Open zookatron opened 1 year ago

zookatron commented 1 year ago

What are your thoughts on supporting Async iterables/iterators like iter-ops does?

jajaperson commented 1 year ago

This would probably be a good idea, but I imagine it would take quite a bit of work. Currently I'm on holiday and away from my development machine though, so unless you are willing to look into this I can't promise anything soon.