gotoOla
// Type of job here is Deffered<String> val job = async { "kanelbulle" } // The await will give you the value println(job.await())
marstran
A modern programming language that makes developers happier.