restioson
launch(CommonPool) { println("Launching") val o = Test.test() println(o) println("Finished") }