Module ppl::mpsc::err

source ·
Expand description

Channel errors

Structs§

  • A message could not be received because the channel is empty and disconnected.
  • A message could not be sent because the channel is disconnected or is full.