Function pr47::vm::al31f::executor::async_executor::vm_thread_run_function[][src]

pub unsafe fn vm_thread_run_function<'a, A: Alloc>(
    arg_pack: UncheckedSendSync<(&'a mut VMThread<A>, usize, &'a [Value])>
) -> impl Future<Output = Result<Vec<Value>, Exception>> + Send + Unpin + 'a