Skip to content

Commit 65d85b2

Browse files
authored
Update README.md
1 parent 24ea917 commit 65d85b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ the configured signals and trigger a graceful shutdown on each service.
6666
import ServiceLifecycle
6767
import Logging
6868

69-
actor FooService: Service {
69+
final class FooService: Service {
7070
func run() async throws {
7171
print("FooService starting")
7272
try await Task.sleep(for: .seconds(10))

0 commit comments

Comments
 (0)