Generic Function

detach(priority:operation:)

No overview available.

Declaration 宣言

@discardableResult func detach<T>(priority: TaskPriority? = nil, operation: @escaping @Sendable () async throws -> T) -> Task<T, Error> where T : Sendable