TreasureTrails/node_modules/effect/dist/esm/internal/opCodes/channelUpstreamPullStrategy.js

5 lines
206 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
/** @internal */
export const OP_PULL_AFTER_NEXT = "PullAfterNext";
/** @internal */
export const OP_PULL_AFTER_ALL_ENQUEUED = "PullAfterAllEnqueued";
//# sourceMappingURL=channelUpstreamPullStrategy.js.map