actix
0.13.5
Module channel
Module Items
Structs
Functions
In actix::
dev
actix
::
dev
Module
channel
Copy item path
Source
Structs
§
Address
Receiver
The receiving end of a channel which implements the
Stream
trait.
Address
Sender
The transmission end of a channel which is used to send values.
Functions
§
channel
Creates an in-memory channel implementation of the
Stream
trait with bounded capacity.