merge fix

This commit is contained in:
Jaremy Creechley 2023-09-18 14:19:32 -07:00
parent c6283e2e0a
commit ace773e661
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

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