Module runestick::budget[][src]

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

Budget

A budgeted future.

Functions

take

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

with

Wrap the given value with a budget.