Function datafusion_python::utils::wait_for_future
source ยท pub fn wait_for_future<F>(py: Python<'_>, f: F) -> F::Output
Expand description
Utility to collect rust futures with GIL released
pub fn wait_for_future<F>(py: Python<'_>, f: F) -> F::Output
Utility to collect rust futures with GIL released