mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-10 09:33:08 +00:00
test query
This commit is contained in:
parent
6c95c29267
commit
4e63ca48f0
@ -342,9 +342,9 @@ method query*(
|
||||
await lock.acquire()
|
||||
|
||||
echo "query:next:iter:dispatch"
|
||||
await ctx[].signal.fire()
|
||||
await nextSignal.fire()
|
||||
echo "query:next:iter:dispatch:wait"
|
||||
await wait(nextSignal)
|
||||
await wait(ctx[].signal)
|
||||
|
||||
echo "query:next:iter:res: ", ctx[].res
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user