pub(crate) async fn wait_for_driver_shutdown(shutdown: Receiver<bool>)
Wait until Driver(CMD_SHUTDOWN) has published TERMINATED. A watch channel preserves a shutdown sent before this particular waiter starts polling.