mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-05 23:23:10 +00:00
aww, that fixes the sig issue
This commit is contained in:
parent
23725cf74a
commit
1b7e6d1613
@ -108,7 +108,7 @@ method put*(
|
||||
# wait for taskpool work to finish
|
||||
wait(sig).
|
||||
then(proc () =
|
||||
os.sleep(200)
|
||||
os.sleep(200) # sleep to help separate debugging output
|
||||
let val = ret.convert(void)
|
||||
putRes.complete(val)
|
||||
).cancelled(proc() =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user