Iterable results with streaming
ddebowczyk opened this issue · 0 comments
ddebowczyk commented
Getting a long list of results eg array of objects may take time, while it would be possible to start processing individual objects if they have been already streamed - without waiting for a complete list. It allows async processing of the results or more responsive UI.