Skip to main content

Module budget

Module budget 

Source
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§

BudgetAllocation
A budget allocation for a single (task, dimension) pair.
BudgetConsumption
A unit of resource consumption reported by a handler after execution.

Enums§

BudgetAllocationError
Error returned when a BudgetAllocation is constructed with invalid values.
BudgetDimension
The dimension along which a budget is measured.