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 c5407a8 commit b082752Copy full SHA for b082752
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