Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@contention_harness_BudgetResult.hrl
Raw

include/lightspeed@ops@contention_harness_BudgetResult.hrl

-record(budget_result, {
scenario :: lightspeed@ops@contention_harness:scenario(),
passed :: boolean(),
reason :: binary()
}).