mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-03 14:13:09 +00:00
merge fix
This commit is contained in:
parent
c6283e2e0a
commit
ace773e661
@ -235,6 +235,8 @@ proc asyncPutTask(
|
||||
key: ptr Key,
|
||||
data: ptr UncheckedArray[byte],
|
||||
len: int) {.async.} =
|
||||
|
||||
echo "PUT TASK: ", ctx.repr
|
||||
defer:
|
||||
discard ctx[].signal.fireSync()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user