bustle / streaming-iterables

A Swiss army knife for async iterables. Designed to replace your streams.
https://www.npmjs.com/package/streaming-iterables
MIT License
43 stars 4 forks source link

feat: return sync iterables when possible #14

Closed reconbot closed 5 years ago

reconbot commented 5 years ago

This is fun because the types tell you when you have to use await. If you don't know if what you have is sync or async it's always safe to use await