[Concurrency] Add `async` to the Swift type system. by DougGregor · Pull Request #33147 · apple/swift

Add async to the type system. async can be written as part of a function type or function declaration, following the parameter list, e.g., func doSomeWork() async { ... } async functions are distin...