Avatar
extension Task where Failure == Never { ... @discardableResult @_alwaysEmitIntoClient public init( priority: TaskPriority? = nil, @_inheritActorContext @_implicitSelfCapture operation: __owned @Sendable @escaping () async -> Success ) { ... } }
👀 1
1:13 PM
The Swift Programming Language. Contribute to apple/swift development by creating an account on GitHub.
👍 1