import "scheduler" for Scheduler, Future
import "timer" for Timer
var task = async { 42 }
var result = await task
System.print(result) // expect: 42