hi3g / freki

1 stars 0 forks source link

The iterator returned by Store#query should have async methods #109

Closed vonbirdie closed 9 years ago

vonbirdie commented 9 years ago

The iterator that is returned by Store#query should expose methods to check if there are any more data points available without blocking and a method to asynchronously fetch more.