X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Findex.ts;h=e53c3457fa636e3496ce8ab823b19f41d5965f7c;hb=0a0da58d95d81782d92cd9a03c80ea6d3945aef6;hp=2ad6671b610d45c9ce5c503d43647fbfdfa4ff6d;hpb=01f4001e733ebc61423d3023d87b1399b6afa215;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/index.ts b/src/worker/index.ts index 2ad6671b..e53c3457 100644 --- a/src/worker/index.ts +++ b/src/worker/index.ts @@ -1,9 +1,15 @@ export type { WorkerAbstract } from './WorkerAbstract'; -export { WorkerConstants } from './WorkerConstants'; +export { + DEFAULT_ELEMENT_START_DELAY, + DEFAULT_POOL_MAX_SIZE, + DEFAULT_POOL_MIN_SIZE, + DEFAULT_WORKER_START_DELAY, + POOL_MAX_INACTIVE_TIME, +} from './WorkerConstants'; export { WorkerFactory } from './WorkerFactory'; export { - type MessageHandler, type WorkerData, + WorkerEvents, type WorkerMessage, WorkerMessageEvents, WorkerProcessType,