X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerSet.ts;h=419243fe7536b48a6087767ab9d01df9321d1fc6;hb=920c567fecd8ca4681c98de6701bab66271b5c05;hp=6ea0a05964d2af13370c23c0dbb7b60ae0246775;hpb=d7a48614f989c8f32255a492b09fc0abcf6eca26;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerSet.ts b/src/worker/WorkerSet.ts index 6ea0a059..419243fe 100644 --- a/src/worker/WorkerSet.ts +++ b/src/worker/WorkerSet.ts @@ -3,9 +3,9 @@ import { WorkerEvents, WorkerSetElement } from '../types/Worker'; import Constants from '../utils/Constants'; import Utils from '../utils/Utils'; import { Worker } from 'worker_threads'; -import Wrk from './Wrk'; +import WorkerAbstract from './WorkerAbstract'; -export default class WorkerSet extends Wrk { +export default class WorkerSet extends WorkerAbstract { public maxElementsPerWorker: number; private workerSet: Set;