Google Gears WorkerPool Demo
Interact with UI:
Run expensive computation:
Note the synchronous computation blocks UI interation.
But you can still interact while the asynchronous computation runs in a JavaScript worker.
Results