Advertisement
rsesek

Untitled

Oct 28th, 2011
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. void (^largeBlock)(void) = ^{
  2. // Longer blocks can be stored as locals to increase readability.
  3. };
  4.  
  5. dispatch_async(queue_, largeBlock);
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement