Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created June 23, 2009 20:44
Show Gist options
  • Select an option

  • Save probablycorey/134827 to your computer and use it in GitHub Desktop.

Select an option

Save probablycorey/134827 to your computer and use it in GitHub Desktop.
[connection addToQueue:someObject method:@selector(update)];
[connection addToQueue:anotherObject method:@selector(update)];
[connection beginQueue];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment