Function tvix_eval::vm::generators::request_stack_push
source ยท pub async fn request_stack_push(co: &GenCo, val: Value)
Expand description
Request that the VM place the given value on its stack.
pub async fn request_stack_push(co: &GenCo, val: Value)
Request that the VM place the given value on its stack.