initial setup

This commit is contained in:
Jaremy Creechley 2024-02-21 19:53:04 -07:00
parent 6ddcc5d4f8
commit a8ebb17dc8

View File

@ -24,8 +24,7 @@ suite "async tests":
var data = "hello world!".toSeq
tp.spawn worker(data, queue)
let res = await wait(queue).wait(1500.milliseconds)
let res = await wait(queue)
check res.get() == 12