@awesome-ecs/workers
Version:
The Workers package for Awesome ECS. Provides basic implementation for the Worker communication using ECS.
10 lines (9 loc) • 352 B
JavaScript
//#region src/abstract/worker-execution-mode.ts
let WorkerExecutionMode = /* @__PURE__ */ function(WorkerExecutionMode) {
WorkerExecutionMode["worker"] = "worker";
WorkerExecutionMode["local"] = "local";
return WorkerExecutionMode;
}({});
//#endregion
export { WorkerExecutionMode as t };
//# sourceMappingURL=worker-execution-mode-7gqqovFY.mjs.map