pyorient
pyorient copied to clipboard
asynchronous queries as generators?
Would it be possible yield responses from asynchronous queries so that calls to query_async can be iterated using a 'for i in query_async()'?
The current callback procedure doesn't work with things like 'yield from' - perhaps because of pickling limitations?
+1 for this!
+1