pub async fn request_call_with<I>(co: &GenCo, callable: Value, args: I) -> Value
Expand description

Helper function to call the given value with the provided list of arguments. This uses the StackPush and Call messages under the hood.