pub(crate) unsafe fn read<T>(
    r: &Receiver<T>,
    token: &mut Token
) -> Result<T, ()>
Expand description

Reads a message from the channel.