pub fn acquire() -> BudgetGuard
Expand description
Acquire the current budget.
Use BudgetGuard::take
to take permites from the returned budget.
pub fn acquire() -> BudgetGuard
Acquire the current budget.
Use BudgetGuard::take
to take permites from the returned budget.