blob: ed697f42316e0ff578219b1ca87b21c76f1c0595 (
plain)
1
2
3
4
5
6
7
8
9
10
|
BREAKING: Channel is no longer a Sink. There is now a separate,
internal, ChannelSender type.
BREAKING: You can no longer send cells on a Sender from outside this
crate.
BREAKING: Channel is now explicitly wrapped in Arc<> wherever it
occurs. Previously, it was an implicitly Arc<> type.
BREAKING: Channel is no longer Clone.
|