rune::runtime

Module budget

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

Functions§

  • Acquire the current budget.
  • Wrap the given value with a budget.