SharedOutgoing

Type Alias SharedOutgoing 

Source
type SharedOutgoing = Arc<RwLock<HashMap<PeerId, Sender<(PeerId, Message)>>>>;
Expand description

Type alias for the outgoing message senders shared across threads.

Aliased Typeยง

struct SharedOutgoing { /* private fields */ }