Function async_process

Source
pub async fn async_process<P, H>(
    path: P,
    handler: &mut H,
) -> Result<(), Error<H::Error>>
where P: AsRef<Path>, H: AsyncHandler,
Expand description

An async version of process.