pub async fn spawn_get_worker(
driver: impl SpawnDriver,
) -> Result<(GuestEmulationTransportClient, Task<Result<(), FatalGetError>>), SpawnGetError>
Expand description
Takes in a driver and initializes the GET, returning a client that can be used to invoke requests to the GET worker.