Hey!
I was wondering what your thoughts are on async iterators? I've been experimenting making functify compatible with them, you can see my results at https://gist.github.com/OliverJAsh/8e6a0b733f5e8b0acfcbe6470bee432f.
Do you think we could build support in? for…await seems to normalize sync iterators, so it should work both ways.
Cheers,
Olly
Hey!
I was wondering what your thoughts are on async iterators? I've been experimenting making functify compatible with them, you can see my results at https://gist.github.com/OliverJAsh/8e6a0b733f5e8b0acfcbe6470bee432f.
Do you think we could build support in?
for…awaitseems to normalize sync iterators, so it should work both ways.Cheers,
Olly