I\'m a beginner with Grand Central Dispatch (GCD) and Core Data, and I need your help to use Core Data with CGD, so that the UI is not locked while I add 40.000 records to C
This blog post has a detailed description on Core Data concurrency and sample code:
http://www.duckrowing.com/2010/03/11/using-core-data-on-multiple-threads/