Function tokio::runtime::context::budget

source ยท
pub(super) fn budget<R>(
    f: impl FnOnce(&Cell<Budget>) -> R,
) -> Result<R, AccessError>