pub fn quad_async<'py>( py: Python<'py>, func: Py<PyAny>, a: f64, b: f64, epsabs: Option<f64>, epsrel: Option<f64>, ) -> PyResult<Bound<'py, PyAny>>
Async numerical integration for expensive integrands