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

7 lines
237 B
JavaScript

/** @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