[Frontend] NFC: Rename NonIsolatedAsyncInheritsIsolationFromContext feature

New name is `AsyncCallerExecution` as stated by the proposal.
This commit is contained in:
Pavel Yaskevich
2025-02-19 17:19:15 -08:00
parent 71f994d26a
commit e2ff3308be
14 changed files with 30 additions and 38 deletions

View File

@@ -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)