TreasureTrails/node_modules/effect/dist/esm/internal/stm/opCodes/strategy.js

7 lines
237 B
JavaScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
/** @internal */
export const OP_BACKPRESSURE_STRATEGY = "BackPressure";
/** @internal */
export const OP_DROPPING_STRATEGY = "Dropping";
/** @internal */
export const OP_SLIDING_STRATEGY = "Sliding";
//# sourceMappingURL=strategy.js.map