mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[concurrency] Make ActorIsolation::Nonisolated -> CallerIsolationInheriting and delete CallerIsolationInheriting.
This commit is contained in:
@@ -564,7 +564,6 @@ enum class ActorIsolation : uint8_t {
|
||||
GlobalActor,
|
||||
GlobalActorUnsafe,
|
||||
Erased,
|
||||
CallerIsolationInheriting,
|
||||
Concurrent,
|
||||
ConcurrentUnsafe,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user