[][src]Function gluon::compiler_pipeline::run_io

pub fn run_io<'vm, T, E>(
    vm: T,
    v: ExecuteValue<RootedThread, E>
) -> impl Future<Item = ExecuteValue<RootedThread, E>, Error = Error> where
    E: Send + 'vm,
    T: Send + VmRoot<'vm>,