I'm thinking that with semantics like ``` async(n...
# coroutines
g
I'm thinking that with semantics like
Copy code
async(nAwaitCalls = 1000){
  for(index in 1 .. 1000){
    components += await { makeHumanTimeConsumingComponent(); }
  }
}
we should be able to automagically generate a set of progress updates