mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Frontend] NFC: Rename NonIsolatedAsyncInheritsIsolationFromContext feature
New name is `AsyncCallerExecution` as stated by the proposal.
This commit is contained in:
@@ -438,7 +438,7 @@ SUPPRESSIBLE_EXPERIMENTAL_FEATURE(ABIAttribute, true)
|
||||
|
||||
/// Functions with nonisolated isolation inherit their isolation from the
|
||||
/// calling context.
|
||||
EXPERIMENTAL_FEATURE(NonIsolatedAsyncInheritsIsolationFromContext, false)
|
||||
EXPERIMENTAL_FEATURE(AsyncCallerExecution, false)
|
||||
|
||||
/// Allow custom availability domains to be defined and referenced.
|
||||
SUPPRESSIBLE_EXPERIMENTAL_FEATURE(CustomAvailability, true)
|
||||
|
||||
Reference in New Issue
Block a user