fixed thing

This commit is contained in:
Jaremy Creechley 2023-09-27 21:10:30 -07:00
parent f98432da85
commit d2d051d51f
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 0 additions and 2 deletions

View File

@ -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):

View File

@ -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