This directory contains code from Point-Free Episode: Concurrency's Future: Sendable and Actors
When working with concurrent code, you must contend with data synchronization and data races. While the tools of the past made it difficult to reason about these issues, Swift’s new tools make it a breeze, including the
Sendable
protocol,@Sendable
closures, and actors.
0193-concurrency-pt4
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||