Files
Shifted/node_modules/effect/dist/esm/internal/opCodes/channelMergeState.js
2026-02-10 01:14:19 +00: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