Skip to content

Commit b79e361

Browse files
authored
Merge pull request #3026 from MudriyIlya/main
SE-0392: unowedExecutor should be nonisolated
2 parents a41155e + 9b4dbb3 commit b79e361

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)