Crate mesh_channel
source ·Modules§
- Cancel context support.
- An implementation of a cell type that can be updated from a remote mesh node.
- Remotable errors.
- Implementation a unidirectional byte stream pipe over mesh.
- Remote Procedure Call functionality.
Structs§
- An error representing a failure of a channel.
- Receiver type for
mpsc_channel()
. - Sender type for
mpsc_channel()
. - The receiving half of a channel returned by
oneshot
. - The sending half of a channel returned by
oneshot
. - The receiving half of a channel returned by
channel
. - The sending half of a channel returned by
channel
.
Enums§
- The kind of channel failure.
Functions§
- Creates a unidirectional channel for sending objects of type
T
. - Creates a multi-producer, single-consumer channel for sending objects of type
T
. - Creates a unidirection channel for sending a single value of type
T
.