[Pitch #3] Async Let

Did TaskGroup.spawn change to TaskGroup.async from this last review which still haven't officially concluded? ↓

I like spawn keyword that align with TaskGroup.spawn and explicitly describes that spawn execution process which runs in parallel.
The word async doesn't have any hints about this execution flow.
With language specs accepted previously, async is serial execution model with await.