Files
swift-mirror/stdlib/public/Concurrency/TaskGroup.swift
Doug Gregor 3c38ffe0ea [Concurrency] await try -> try await
The `try await` ordering is both easier to read and indicates the order
of operations better, because the suspension point occurs first and
then one can observe a thrown error.
2020-12-23 13:21:59 -08:00

11 KiB