AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Swift's Concurrency Toolbox
Apple's swift has added a new concurrence feature. It makes it easier to write syncronous code with normal control flow. The system also includes actors, which help isolate particular bits of state and the logic that runs on them. Dug gregor is a compiler engineer on the swift team at apple. He gave us an insight into how they came up with these features.