We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AsyncCallerExecution
@execution
1 parent f00d808 commit 2b4ba84Copy full SHA for 2b4ba84
userdocs/diagnostics/async-caller-execution.md
@@ -7,9 +7,9 @@ these functions.
7
8
This feature was proposed in [SE-0461](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0461-async-function-isolation.md)
9
10
-* The `@execution(concurrent)` attribute specifies that a function must always
+* The `@concurrent` attribute specifies that a function must always
11
switch off of an actor to run.
12
This is the default behavior without `AsyncCallerExecution`.
13
-* The `@execution(caller)` attribute specifies that a function must always
+* The `nonisolated(nonsending)` modifier specifies that a function must always
14
run on the caller's actor.
15
This is the default behavior with `AsyncCallerExecution`.
0 commit comments