Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Introduction

When your app does many things at once — downloading data, saving files, updating the UI — it’s easy for two pieces of code to touch the same data at the same time. That’s how bugs like “last write wins” or “I saved the wrong value” happen.

See forum comments
Download course materials from Github
Previous: Quiz for Lesson 3 Next: A Guide to Swift Actors