Module thfmr_protocol::channels[][src]

Expand description

Helper struct for managing the various communication channels between sockets and the application

Structs

ChanPair

A bi-directional channel pair allowing two async tasks to exchange data. The struct contains one side of the bi-directional pair.