std::sync::mpsc has a new implementation, based on crossbeam-channel.
The old implementation had some issues and was hard to maintain. The new implementation fixes some small but long-standing bugs and has better performance.
(The public interface remains unchanged.)
3/6