[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:
Konrad `ktoso` Malawski
2021-11-04 15:54:49 +09:00
parent 5daac06b72
commit 61a1bc2a6c
22 changed files with 63 additions and 17 deletions

View File

@@ -4,6 +4,9 @@
import _Distributed
/// Use the existential wrapper as the default actor transport.
typealias DefaultActorTransport = AnyActorTransport
distributed actor DA {
}