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 6e6a57b commit 008df00Copy full SHA for 008df00
stdlib/public/Concurrency/GlobalConcurrentExecutor.swift
@@ -31,7 +31,6 @@ import Swift
31
///
32
/// Customizing the global concurrent executor is currently not supported.
33
@available(SwiftStdlib 6.0, *)
34
-@available(*, deprecated, renamed: "Task.defaultExecutor")
35
@_unavailableInEmbedded
36
public var globalConcurrentExecutor: any TaskExecutor {
37
get {
0 commit comments