This commit is contained in:
Jaremy Creechley 2024-02-21 22:33:01 -07:00
parent 9ff041dd6e
commit 61bd7aa567

View File

@ -44,6 +44,7 @@ proc runTest(tp: TaskPool, sig: ThreadSignalPtr) {.async.} =
## adding fut.wait(100.milliseconds) creates memory issue
await wait(sig).wait(100.milliseconds)
## just doing the wait is fine:
# await wait(sig)
suite "async tests":