// retoor <retoor@molodetz.nl>
import "scheduler" for Scheduler, Future
var double = async { |x| x * 2 }
System.print(await double(21)) // expect: 42