[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:
@@ -3,6 +3,7 @@
|
||||
"services": [
|
||||
{
|
||||
"key": "workerService",
|
||||
"implementation": "WorkerService.js",
|
||||
"depends": [ "$window", "workers[]" ]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user