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 97829fc commit 6096beaCopy full SHA for 6096bea
test/IRGen/distributed_actor.swift
@@ -13,8 +13,6 @@ public distributed actor MyActor {
13
// nothing
14
}
15
16
-public protocol Kappa {}
17
-
18
/// This combination of DistributedActor + Codable used to trigger a crash in DistributedAccessor::emit (rdar://111664985)
19
/// So returning it from distributed methods in the types below covers this radar.
20
public protocol ClusterSingleton: DistributedActor, Codable {}
0 commit comments