mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
640a399278
Add an example worker which inefficiently calculates fibonacci numbers outside of the UI thread, for #12.
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"extensions": {
|
|
"services": [
|
|
{
|
|
"key": "workerService",
|
|
"implementation": "WorkerService.js",
|
|
"depends": [ "$window", "workers[]" ]
|
|
}
|
|
]
|
|
}
|
|
}
|