Contents

asyncDetached(priority:operation:)

Deprecated, available only for source compatibility reasons.

Declaration

@discardableResult func asyncDetached<Success>(priority: TaskPriority? = nil, operation: @escaping @isolated(any) @Sendable () async throws -> Success) -> Task<Success, any Error> where Success : Sendable

See Also

Deprecated Functions