Current section

Files

Jump to
gossamer src gossamer count_queuing_strategy.gleam
Raw

src/gossamer/count_queuing_strategy.gleam

@external(javascript, "./count_queuing_strategy.type.ts", "CountQueuingStrategy$")
pub type CountQueuingStrategy
@external(javascript, "./count_queuing_strategy.ffi.mjs", "new_")
pub fn new(high_water_mark: Int) -> CountQueuingStrategy
@external(javascript, "./count_queuing_strategy.ffi.mjs", "high_water_mark")
pub fn high_water_mark(strategy: CountQueuingStrategy) -> Int