Skip to content

Commit 225f291

Browse files
simanerushrjmccall
andauthored
Update proposals/NNNN-global-actor-isolated-types-usability.md
Co-authored-by: John McCall <[email protected]>
1 parent 87b5333 commit 225f291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-global-actor-isolated-types-usability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This proposal encompasses a collection of changes to concurrency rules concernin
1313

1414
## Motivation
1515

16-
Currently, there exist limitations in the concurrency model around global-isolated-types.
16+
Currently, there exist limitations in the concurrency model around types that are isolated to global actors.
1717

1818
First, let's consider rules for properties of global-isolated value types. The first limitation is that `var` properties of such value types cannot be declared `nonisolated`. This poses a number of problems, for example when implementing a protocol conformance. The current workaround is to use the `nonisolated(unsafe)` keyword on the property:
1919

0 commit comments

Comments
 (0)