Module actix::dev::channel

source ·

Structs§

  • The receiving end of a channel which implements the Stream trait.
  • The transmission end of a channel which is used to send values.

Functions§

  • Creates an in-memory channel implementation of the Stream trait with bounded capacity.