Reading List
Actor Reentrancy in Swift from Michael Tsai RSS feed.
Actor Reentrancy in Swift
Donny Wals (Mastodon): When you start learning about actors in Swift, you’ll find that explanations will always contain something along the lines of “Actors protect shared mutable state by making sure the actor only does one thing at a time”. As a single sentence summary of actors, this is great but it misses an important […]