swift-evolution icon indicating copy to clipboard operation
swift-evolution copied to clipboard

Prepend try to throwing async function calls

Open ryansobol opened this issue 4 years ago • 0 comments

Since both the chopVegetables() and preheatOven(temperature:) async functions can throw, does this code example need to prepend a try keyword before awaiting on them?

ryansobol avatar Dec 31 '20 15:12 ryansobol