Function puff_rs::python::async_python::run_python_async
source · 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.