Different sending behavior between global actor and isolated parameter within a closure #75910
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
concurrency
Feature: umbrella label for concurrency language features
Description
I'm trying to understand the difference between these two forms. I think they should be equivalent, but the global actor version works and the isolation param version does not.
Reproduction
Expected behavior
I expected both of these versions to compile with no error.
Environment
Apple Swift version 6.0-dev (LLVM 3751470251df3e4, Swift 026ffdd)
Target: arm64-apple-macosx14.0
Additional information
No response
The text was updated successfully, but these errors were encountered: