Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 511 Bytes

File metadata and controls

5 lines (4 loc) · 511 Bytes

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.