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 787c89c commit fe90d44Copy full SHA for fe90d44
stdlib/public/Concurrency/Executor.swift
@@ -58,7 +58,6 @@ public protocol SerialExecutor: Executor {
58
59
/// Convert this executor value to the optimized form of borrowed
60
/// executor references.
61
- @available(SwiftStdlib 5.9, *)
62
func asUnownedSerialExecutor() -> UnownedSerialExecutor
63
64
/// If this executor has complex equality semantics, and the runtime needs to compare
0 commit comments