Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created November 29, 2011 11:09
Show Gist options
  • Save deanhume/1404432 to your computer and use it in GitHub Desktop.
Save deanhume/1404432 to your computer and use it in GitHub Desktop.
HTML5 WebWorkers
namespace WebWorkersExample.Controllers
{
public class HomeController : Controller
{
public ActionResult WebWorkers()
{
return View();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment