Swift and Combine: Which thread runs my sink closure?
Hallo allemaal, Leo hier. Today we will discuss which thread runs my sink closure using Combine and Swift. Last week we started to dive more into Apple’s Combine framework and a very important question was raised. When you use the reactive programming paradigm you probably will end with the pub-sub paradigm, implying that you will […]
Box Pattern in Swift
Hello, my brilliant readers, Leo here. Today we will learn about the Box Pattern in Swift. We’ll explore one of the oldest reactive techniques that you can easily implement in pure Swift. But why would you do that if you have Combine or RxSwift. Well, maybe you don’t want to add all the complexity of […]