pub fn spawn_tcp_simulator<D: Device + Clone + Sync + Send + 'static>(
    socket_addr: SocketAddr,
    simulator: Simulator<D>
) -> JoinHandle<()>
Expand description

Utility function to spawn and run simulator TCP simulator forever.