async(priority:operation:)
Deprecated, available only for source compatibility reasons.
Declaration
@discardableResult func async<Success>(priority: TaskPriority? = nil, operation: @escaping @isolated(any) @Sendable () async throws -> Success) -> Task<Success, any Error> where Success : Sendable