Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@async@backpressure_Runtime.hrl

-record(runtime, {
boundary :: lightspeed@async@backpressure:boundary(),
next_seq :: integer(),
tasks_rev :: list(lightspeed@async@backpressure:task()),
in_flight_count :: integer(),
queued_count :: integer()
}).