Observing the result of saving a background managed object context with Combine
Published on: December 7, 2020I love posts where I get to put write about two of my favorite frameworks at the moment; Combine and Core Data. When you’re working with Core Data, it’s common to perform save operations asynchronously using a background context. You could even perform an asynchronous save on the main managed object context. Consider the following […]
Read post

