This is incorrect. Consider the example of actor BankAccount
. Each instance of a BankAccount
protects its state from every other instance of a BankAccount
. A similar class would not with a global actor applied.
2 Likes