Skip to content

Instantly share code, notes, and snippets.

@threeve
Created March 27, 2011 04:07
Show Gist options
  • Save threeve/888902 to your computer and use it in GitHub Desktop.
Save threeve/888902 to your computer and use it in GitHub Desktop.
var op = NSBlockOperation.Create (delegate {
Console.WriteLine("this happened");
});
NSOperationQueue.MainQueue.AddOperation (op);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment