Closed jhecking closed 7 years ago
Extract the RwLock<VecDeque<Connection>> data structure in Node into a separate ConnectionPool data type in preparation for addressing the lock contention issues raised in #19.
RwLock<VecDeque<Connection>>
Node
ConnectionPool
Extract the
RwLock<VecDeque<Connection>>
data structure inNode
into a separateConnectionPool
data type in preparation for addressing the lock contention issues raised in #19.