groostav
08/10/2016, 6:23 PMdoThings {
//val result = listOfWorkItems.map { await(it.workload); } -- this is actually legal code, as Mr Gorbunov mentions below.
val result = someRelationalThing.select { await(it.workload); }
}
fun doThings(coroutine c: Block){
c.run();
}