Files
RoggioApp/node_modules/effect/dist/esm/internal/stm/opCodes/strategy.js
T
2026-04-26 19:42:42 +02:00

7 lines
237 B
JavaScript
Executable File

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