pub(crate) async fn request_enter_lambda( co: &GenCo, lambda: Rc<Lambda>, upvalues: Rc<Upvalues>, span: Span, ) -> Value
Request that the VM enter the given lambda.