Skip to content

Commit 9b4dbb3

Browse files
committed
SE-0392: unowedExecutor should be nonisolated
1 parent d089103 commit 9b4dbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0392-custom-actor-executors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ func check(values: MainActorValues) /* synchronous! */ {
645645
}
646646

647647
actor Friend {
648-
var unownedExecutor: UnownedSerialExecutor {
648+
nonisolated var unownedExecutor: UnownedSerialExecutor {
649649
MainActor.sharedUnownedExecutor
650650
}
651651

0 commit comments

Comments
 (0)