We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1484f1c commit 8611804Copy full SHA for 8611804
stdlib/public/Concurrency/Actor.swift
@@ -125,6 +125,7 @@ public macro Task(
125
#if $IsolatedAny
126
@_alwaysEmitIntoClient
127
@available(SwiftStdlib 5.1, *)
128
+@available(*, deprecated, message: "Use `.isolation` on @isolated(any) closure values instead.")
129
public func extractIsolation<each Arg, Result>(
130
_ fn: @escaping @isolated(any) (repeat each Arg) async throws -> Result
131
) -> (any Actor)? {
0 commit comments