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.
2 parents 6a6e9b0 + 84347e5 commit 4bde3baCopy full SHA for 4bde3ba
stdlib/public/Concurrency/Actor.swift
@@ -35,7 +35,7 @@ public protocol AnyActor: AnyObject, Sendable {}
35
/// The `Actor` protocol generalizes over all `actor` types. Actor types
36
/// implicitly conform to this protocol.
37
@available(SwiftStdlib 5.1, *)
38
-public protocol Actor: AnyActor, Sendable {
+public protocol Actor: AnyActor {
39
40
/// Retrieve the executor for this actor as an optimized, unowned
41
/// reference.
0 commit comments