Swift and Combine: Which thread runs my sink closure?

Which thread runs my sink closure main thread combine thread example

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 […]

Timer Types in Swift

Hallo mannen en vrouwen, Leo hier. The topic today is all the Timer Types in Swift and examples of Timers. We’ll explore one thing that eventually everybody comes across in app development that is some tasks should be done from time to time OR some tasks delayed in the future. We are talking about timers […]