Jamlearner

Results 1 issues of Jamlearner

I see that it returns a promise of the function, ``` const promise = this._webWorkerService.run(this.someCPUHeavyFunction, input); promise.then(result => console.log(result)); ``` How can I use a worker to receive a websocket...