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()
|
||||
self.semaphore.release()
|
||||
|
||||
|
||||
proc hasTask[T, DB](ctx: TaskCtx[T], ds: DB, key: KeyId) {.gcsafe.} =
|
||||
## run backend command
|
||||
executeTask(ctx):
|
||||
|
|
|
@ -114,7 +114,6 @@ suite "Test Basic ThreadDatastore with fsds":
|
|||
|
||||
basicStoreTests(ds, key, bytes, otherBytes)
|
||||
|
||||
|
||||
# suite "Test Query ThreadDatastore with fsds":
|
||||
# let
|
||||
# path = currentSourcePath() # get this file's name
|
||||
|
|
Loading…
Reference in New Issue