Files
ospab.host/node_modules/effect/dist/esm/internal/opCodes/channelMergeState.js
2025-09-15 18:10:26 +03:00

7 lines
224 B
JavaScript

/** @internal */
export const OP_BOTH_RUNNING = "BothRunning";
/** @internal */
export const OP_LEFT_DONE = "LeftDone";
/** @internal */
export const OP_RIGHT_DONE = "RightDone";
//# sourceMappingURL=channelMergeState.js.map