[][src]Module may::sync::mpmc

mpmc synchronized channel implementation support an unbounded mpmc queue, senders would not block receivers would block if there is no data until sender send data it's almost the same as mpsc except that we support multi receivers each receiver would consume one data each time so that other receivers would not see that the same data any more

Structs

IntoIter
Iter
Receiver
Sender
TryIter

Functions

channel