[Workers] Add example worker

Add an example worker which inefficiently calculates
fibonacci numbers outside of the UI thread, for #12.
This commit is contained in:
Victor Woeltjen
2015-06-18 11:21:00 -07:00
parent 7d911a3fe0
commit 640a399278
5 changed files with 103 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"services": [
{
"key": "workerService",
"implementation": "WorkerService.js",
"depends": [ "$window", "workers[]" ]
}
]