stale todos

This commit is contained in:
Bryan Stitt 2022-05-16 04:57:35 +00:00
parent c1d28a0a43
commit c3f97b06f4

View File

@ -133,8 +133,6 @@ impl Absorb<SyncedConnectionsOp> for SyncedConnections {
#[derive(From)]
pub struct Web3Connections {
inner: Vec<Arc<Web3Connection>>,
/// TODO: what is the best type for this? Heavy reads with writes every few seconds. When writes happen, there is a burst of them
/// TODO: why does the reader need a mutex? is there a better way to do this?
synced_connections_reader: ReadHandleFactory<SyncedConnections>,
}