rerun_bindings::utils

Function wait_for_future

Source
pub fn wait_for_future<F>(py: Python<'_>, f: F) -> F::Output
where F: Future + Send, F::Output: Send,