crossbeam_channel

Module counter

Source
Expand description

Reference counter for channels.

Structs§

  • Counter 🔒
    Reference counter internals.
  • Receiver 🔒
    The receiving side.
  • Sender 🔒
    The sending side.

Functions§

  • new 🔒
    Wraps a channel into the reference counter.