[][src]Module snarkos_network::message::channel

Structs

Channel

A Channel for reading and writing messages to a peer. Storing two streams allows for simultaneous reading/writing. Each stream is protected by an Arc + Mutex to allow for channel cloning.