mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-07 16:13:07 +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 for taskpool work to finish
|
||||||
wait(sig).
|
wait(sig).
|
||||||
then(proc () =
|
then(proc () =
|
||||||
os.sleep(200)
|
os.sleep(200) # sleep to help separate debugging output
|
||||||
let val = ret.convert(void)
|
let val = ret.convert(void)
|
||||||
putRes.complete(val)
|
putRes.complete(val)
|
||||||
).cancelled(proc() =
|
).cancelled(proc() =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user