Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@async@backpressure_Boundary.hrl
Raw

include/lightspeed@async@backpressure_Boundary.hrl

-record(boundary, {
mode :: lightspeed@async@backpressure:adapter_mode(),
max_in_flight :: integer(),
max_queued :: integer(),
cancellation_budget_ms :: integer()
}).