pub fn exec(
cx: &mut Cx,
port: &dyn ProcessPort,
argv: &[String],
options: &ExecOptions,
cancellation: &ProcessCancellation,
) -> Result<ProcResult>Expand description
Checks capability and portable policy before invoking the port.