pub(crate) unsafe fn write<T>(
    s: &Sender<T>,
    token: &mut Token,
    msg: T
) -> Result<(), T>
Expand description

Writes a message into the channel.