Skip to content

Commit

Permalink
remove retry_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Sep 25, 2023
1 parent b8e086f commit c35ec81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 151 deletions.
3 changes: 0 additions & 3 deletions mixnet/util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ use std::{collections::HashMap, net::SocketAddr, sync::Arc};

use tokio::{net::TcpStream, sync::Mutex};

mod retry_pool;
pub use retry_pool::*;

#[derive(Clone)]
pub struct ConnectionPool {
pool: Arc<Mutex<HashMap<SocketAddr, Arc<Mutex<TcpStream>>>>>,
Expand Down
148 changes: 0 additions & 148 deletions mixnet/util/src/retry_pool.rs

This file was deleted.

0 comments on commit c35ec81

Please sign in to comment.