-
-
Save lemonkey/68bf8c3fadbb84663c47892f56f1a5a2 to your computer and use it in GitHub Desktop.
Revisions
-
quellish created this gist
Aug 9, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ group = dispatch_group_create(); dispatch_group_enter(group); [context performBlock:^{ result = [context executeFetch:... dispatch_group_leave(group); }]; groupResult = dispatch_group_wait(group, DISPATCH_TIME_FOREVER);