Function catch_polars_abort
pub fn catch_polars_abort<R, F>(try_fn: F) -> Result<R, QueryAborted>where
F: FnOnce() -> R + UnwindSafe,Expand description
Runs the passed function, catching any query abortions if they occur while running the function.