Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@cluster@durable_backend_BudgetResult.hrl
Raw

include/lightspeed@cluster@durable_backend_BudgetResult.hrl

-record(budget_result, {
backend :: binary(),
pressure :: lightspeed@cluster@durable_backend:pressure_profile(),
passed :: boolean(),
reason :: binary()
}).