#Swift #CoreData #Combine #Concurrency #AsyncSequence #NotificationCenter
Can anyone more familiar with above topics help me understand what’s going on here?
I thought that NotificationCenter Combine-based and AsyncSequence-based API-s behave exactly the same. Now I hit a case where they don’t. Their behavior differs based on whether I give it the sending object or not.
Why?
#swift #coredata #combine #concurrency #asyncsequence #notificationcenter