Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 478 Bytes

File metadata and controls

5 lines (4 loc) · 478 Bytes

This directory contains code from Point-Free Episode: Concurrency's Past: Threads

To better understand Swift’s concurrency tools, let’s first look to the past, starting with threads. Threads are a tool most developers don’t reach for these days, but are important to understand, and the way they solve problems reverberate even in today’s tools.