Function polars_io::pl_async::with_concurrency_budget

source ยท
pub async fn with_concurrency_budget<F, Fut>(
    requested_budget: u32,
    callable: F
) -> Fut::Output
where F: FnOnce() -> Fut, Fut: Future,
Available on crate feature async only.