zwaldowski / AZCoreRecord

Effortless fetching, saving, importing, and ubiquity for Core Data
MIT License
38 stars 1 forks source link

Remove `@synchronized()` call and allow custom default context concurrency type #3

Closed a2 closed 13 years ago

zwaldowski commented 13 years ago

Sorry to be a pain, but I had to merge this manually. I had to roll back the use of dispatch_once - even though it was much better overall - because it totally broke the unit tests; I'm working on fixing all those (well, actually, reverse; having the code pass all the unit tests). I'd have to come up with a better way to the once-and-once-only-thing, unless a dispatch_once call can somehow be made to run multiple times per application.

a2 commented 13 years ago

Okay. I was just about to post an angry comment but thanks for explaining yourself. Maybe you could add me to the repo managers? ;) Tata