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.
Actor
AnyActor
1 parent a8c516b commit 81c8323Copy full SHA for 81c8323
Sources/ComposableArchitecturePattern/Server.swift
@@ -15,7 +15,7 @@ public enum HTTPMethod: String, Equatable {
15
case PUT
16
}
17
18
-public protocol Server: AnyActor {
+public protocol Server: Actor {
19
/// Environments supported by this server.
20
var environments: [ServerEnvironment] { get }
21
/// The current environment being used by this server to process requests.
0 commit comments