pub fn run_python_async<F: Future<Output = PuffResult<R>> + Send + 'static, R: ToPyObject + 'static>(
    return_fun: PyObject,
    f: F
)
Expand description

The the future in the Tokio and execute the return function when finished. Does not block.