Expand description
Budget domain types for resource consumption tracking.
These types define the vocabulary for budget allocation and consumption that Caelum uses to enforce per-thread and per-Vessel resource caps. ActionQueue enforces the caps; Caelum aggregates and reports consumption.
Structs§
- Budget
Allocation - A budget allocation for a single (task, dimension) pair.
- Budget
Consumption - A unit of resource consumption reported by a handler after execution.
Enums§
- Budget
Allocation Error - Error returned when a
BudgetAllocationis constructed with invalid values. - Budget
Dimension - The dimension along which a budget is measured.