|
|
|
|
|
by pifflesnort
4827 days ago
|
|
This requires performing all mutation on dedicated code paths. If you require non-asynchronous completion, you have to use the 'wait' variant, but this introduces deadlock risk between threads. This in turn litters your code with Core Data isms, and means that one can not simply make use of their model as a standard in-memory model. Compare to SQLite, where one can simply open and commit a transaction synchronously on any thread. |
|
And yes, you can still not use a persistent store manage context on multiple queues.
Please stop using the word thread and use the word queue :)