mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed] remove public default AnyActorTransport alias
The previously set public AnyActorTransport was a temporary thing, and instead we want to set this in every module that declares such actors.
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
import _Distributed
|
||||
|
||||
/// Use the existential wrapper as the default actor transport.
|
||||
typealias DefaultActorTransport = AnyActorTransport
|
||||
|
||||
distributed actor DA {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user