Transforming Operators in Swift Combine: Map vs. FlatMap vs. SwitchToLatest

Learn how to leverage the most important transforming operators of the Swift Combine Framework: map, flatMap and switchToLatest; what’s their difference and when to use what. Read more

Similar

Method Dispatches in Swift

Ever wondered how a method call in Swift works? Seems pretty simple that you define methods and somehow magically during runtime, the method calls work even though there are so many things to take… (more…)

Read more »

Doug Gregor on concurrency in Swift [audio]

Doug Gregor from Apple joins John to discuss Swift 5.5’s new concurrency features in great detail. How do features like async/await and actors work under the hood, and how were those concepts adapted in order to feel right at home within Swift’s existing ... (more…)

Read more »