Expand description
Budgeting module for Runestick.
This module contains methods which allows for limiting the execution of the virtual machine to abide by the specified budget.
By default the budget is disabled, but can be enabled by wrapping your function call in with.
Structs§
- Wrapper for something being budgeted.
- A locally acquired budget.
Functions§
- Acquire the current budget.
- Wrap the given value with a budget.