swift-evolution
swift-evolution copied to clipboard
Prepend try to throwing async function calls
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?