appocalypseltd

Results 2 comments of appocalypseltd

Was literally about to post the same message...I have this: ``` import { Pool, spawn, Worker } from 'threads'; import * as w from './Worker'; export class EngineLearn { trainModels...

Ok, so I've done this. Seems to be happier so far: ``` constructor(private pairNames: string[], private data: ModelData[]) { for (const pairName of pairNames) { this.dynamicPool.exec({ task: this.execTask, param: pairName,...