Skip to content

Commit 81c8323

Browse files
committed
Conform to Actor instead of AnyActor.
1 parent a8c516b commit 81c8323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecturePattern/Server.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public enum HTTPMethod: String, Equatable {
1515
case PUT
1616
}
1717

18-
public protocol Server: AnyActor {
18+
public protocol Server: Actor {
1919
/// Environments supported by this server.
2020
var environments: [ServerEnvironment] { get }
2121
/// The current environment being used by this server to process requests.

0 commit comments

Comments
 (0)