pub async fn check_failed_bridges_task(
initial_failed_bridges: Vec<String>,
common_tor_client: TorClient<PreferredRuntime>,
now_online_bridges_tx: Sender<HashMap<String, Arc<Channel>>>,
once_online_bridges_rx: Receiver<Vec<String>>,
updates_tx: Sender<HashMap<String, BridgeResult>>,
new_bridges_rx: Receiver<Vec<String>>,
)
Expand description
Task which checks if failed bridges have come up online