Function wasmer_wasix::runners::wcgi::handler::drive_request_to_completion
source ยท async fn drive_request_to_completion(
finished: Arc<OwnedTaskStatus>,
request_body: Incoming,
instance_stdin: impl AsyncWrite + Send + Sync + Unpin + 'static,
) -> Result<ExitCode, Error>
Expand description
Drive the request to completion by streaming the request body to the instance and waiting for it to exit.