From 7a4b9acedc2919c870bb1f071bea1059ef376dc2 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Tue, 26 Sep 2023 13:34:20 -0700 Subject: [PATCH] setup query --- datastore/threads/threadproxyds.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/datastore/threads/threadproxyds.nim b/datastore/threads/threadproxyds.nim index ed2b2de..db2c6f1 100644 --- a/datastore/threads/threadproxyds.nim +++ b/datastore/threads/threadproxyds.nim @@ -263,6 +263,7 @@ method query*( var lock = newAsyncLock() # serialize querying under threads + iter = QueryIter.new() proc next(): Future[?!QueryResponse] {.async.} = defer: