Paco Dupont
Results
11
issues of
Paco Dupont
The current implementation of Cursor is not async iterable, i.e. it is not possible to use `for await ... of`. This PR fixes this issue. Fixes #138