Module nemo::channels [] [src]

Channels are implementations of IO which can be used when building Session and designing protocols.

Structs

Blocking

This is an implementation of a blocking channel IO backend. Internally it uses MPSC queues.