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.
2 parents 302dbec + c2e97cf commit d8f7cebCopy full SHA for d8f7ceb
Sources/ServiceLifecycle/GracefulShutdown.swift
@@ -81,7 +81,6 @@ public func withGracefulShutdownHandler<T>(
81
#else
82
// We need to retain this method with `@_unsafeInheritExecutor` otherwise we will break older
83
// Swift versions since the semantics changed.
84
-@available(*, deprecated, message: "Use the method with the isolation parameter instead.")
85
@_disfavoredOverload
86
@_unsafeInheritExecutor
87
public func withGracefulShutdownHandler<T>(
0 commit comments