Function tvix_eval::vm::generators::request_enter_lambda
source ยท pub(crate) async fn request_enter_lambda(
co: &GenCo,
lambda: Rc<Lambda>,
upvalues: Rc<Upvalues>,
span: Span,
) -> Value
Expand description
Request that the VM enter the given lambda.