pub async fn start(args: InProcessStartArgs) -> Result<InProcessClientHandle>Expand description
Starts an in-process app-server runtime and performs initialize handshake.
This function sends initialize followed by initialized before returning
the handle, so callers receive a ready-to-use runtime. If initialize fails,
the runtime is shut down and an InvalidData error is returned.