Module runestick::budget[][src]

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

A budgeted future.

Functions

Take a ticket from the budget, indicating with true if the budget is maintained

Wrap the given value with a budget.