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 24ea917 commit 65d85b2Copy full SHA for 65d85b2
README.md
@@ -66,7 +66,7 @@ the configured signals and trigger a graceful shutdown on each service.
66
import ServiceLifecycle
67
import Logging
68
69
-actor FooService: Service {
+final class FooService: Service {
70
func run() async throws {
71
print("FooService starting")
72
try await Task.sleep(for: .seconds(10))
0 commit comments