mirror of
https://github.com/logos-storage/apatheia.git
synced 2026-01-05 22:43:10 +00:00
initial setup
This commit is contained in:
parent
6ddcc5d4f8
commit
a8ebb17dc8
@ -24,8 +24,7 @@ suite "async tests":
|
|||||||
var data = "hello world!".toSeq
|
var data = "hello world!".toSeq
|
||||||
tp.spawn worker(data, queue)
|
tp.spawn worker(data, queue)
|
||||||
|
|
||||||
let res = await wait(queue).wait(1500.milliseconds)
|
let res = await wait(queue)
|
||||||
|
|
||||||
check res.get() == 12
|
check res.get() == 12
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user