You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if the context being passed can have a concurrency type of PrivateQueueConcurrencyType or does the context being passed need to have a concurrency type MainQueueConcurrencyType? Thanks.
The text was updated successfully, but these errors were encountered:
Groot doesn't care about the concurrency type of the managed object context that is passed to any of its methods. It uses performBlockAndWait to ensure that method calls on the context are synchronous and happen on the context queue.
Hi,
I was wondering if the context being passed can have a concurrency type of
PrivateQueueConcurrencyType
or does the context being passed need to have a concurrency typeMainQueueConcurrencyType
? Thanks.The text was updated successfully, but these errors were encountered: