fixed thing
This commit is contained in:
parent
f98432da85
commit
d2d051d51f
|
@ -133,7 +133,6 @@ template dispatchTask[BT](self: ThreadDatastore[BT],
|
||||||
discard ctx[].signal.close()
|
discard ctx[].signal.close()
|
||||||
self.semaphore.release()
|
self.semaphore.release()
|
||||||
|
|
||||||
|
|
||||||
proc hasTask[T, DB](ctx: TaskCtx[T], ds: DB, key: KeyId) {.gcsafe.} =
|
proc hasTask[T, DB](ctx: TaskCtx[T], ds: DB, key: KeyId) {.gcsafe.} =
|
||||||
## run backend command
|
## run backend command
|
||||||
executeTask(ctx):
|
executeTask(ctx):
|
||||||
|
|
|
@ -114,7 +114,6 @@ suite "Test Basic ThreadDatastore with fsds":
|
||||||
|
|
||||||
basicStoreTests(ds, key, bytes, otherBytes)
|
basicStoreTests(ds, key, bytes, otherBytes)
|
||||||
|
|
||||||
|
|
||||||
# suite "Test Query ThreadDatastore with fsds":
|
# suite "Test Query ThreadDatastore with fsds":
|
||||||
# let
|
# let
|
||||||
# path = currentSourcePath() # get this file's name
|
# path = currentSourcePath() # get this file's name
|
||||||
|
|
Loading…
Reference in New Issue