Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created November 29, 2011 14:31
Show Gist options
  • Save deanhume/1404990 to your computer and use it in GitHub Desktop.
Save deanhume/1404990 to your computer and use it in GitHub Desktop.
Web Workers - Update Stats Controllker
public JsonResult UpdateStats()
{
Thread.Sleep(5000);
return Json("Success", JsonRequestBehavior.AllowGet);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment