mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-03 14:13:09 +00:00
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…
x
Reference in New Issue
Block a user