pub async fn continuous_check(
channels: HashMap<String, Arc<Channel>>,
failed_bridges: Vec<String>,
common_tor_client: TorClient<PreferredRuntime>,
updates_tx: Sender<HashMap<String, BridgeResult>>,
new_bridges_rx: Receiver<Vec<String>>,
)
Expand description
Function which keeps track of the state of all the bridges given to it