Contents

runDetached(priority:operation:)

Deprecated, available only for source compatibility reasons.

Declaration

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

See Also

Deprecated