استفاده از Web Worker ها در AngularJs
200, OK
https://andywalpole.me/#!/blog/142677/using-web-workers-angularjs icon

Using Web Workers, we can run JavaScript processes concurrently (or at least, as close to concurrently as this language allows). The primary benefit of this approach is to handle the manipulation of data in background threads without interfering with the user-interface. 

استفاده از Web Worker ها در AngularJs