Generic Function

detach(priority:operation:)

No overview available.

Declaration 宣言

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