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.
NonisolatedNonsendingByDefault
1 parent 382fba5 commit 4ade115Copy full SHA for 4ade115
Sources/SWBUniversalPlatform/Specs/Swift.xcspec
@@ -839,7 +839,7 @@
839
Migrate = ( "-enable-upcoming-feature", "NonisolatedNonsendingByDefault:migrate" );
840
No = ();
841
};
842
- DisplayName = "Nonisolated Nonsending By Default";
+ DisplayName = "nonisolated(nonsending) By Default";
843
Category = "Upcoming Features";
844
Description = "Runs nonisolated async functions on the caller's actor by default unless the function is explicitly marked `@concurrent`.";
845
},
0 commit comments