Files
Shifted/node_modules/effect/dist/esm/internal/opCodes/channelUpstreamPullStrategy.js
2026-02-10 01:14:19 +00:00

5 lines
206 B
JavaScript

/** @internal */
export const OP_PULL_AFTER_NEXT = "PullAfterNext";
/** @internal */
export const OP_PULL_AFTER_ALL_ENQUEUED = "PullAfterAllEnqueued";
//# sourceMappingURL=channelUpstreamPullStrategy.js.map