Avatar
SwiftのTask、operation が throws なものまで @discardableResult が付いてるのってどこかで議論されていたりしますか? きちんと処理せずそのまま捨てられることになって微妙なのではと思うのですが…。 https://developer.apple.com/documentation/swift/task/init(priority:operation:)-5k89c (edited)
Runs the given throwing operation asynchronously as part of a new top-level task on behalf of the current actor.