kbajalc / parquets

MIT License
44 stars 21 forks source link

Support AsyncIterable protocol on cursor #12

Closed dobesv closed 3 years ago

dobesv commented 4 years ago

This allows one to use the nice for-await-of syntax on a cursor or reader or use async iterator processing libraries.