Crate mesh_channel_core

Source
Expand description

Core mesh channel functionality, supporting sending and receiving messages within and between nodes.

This contains only the basic channel implementations, not the extra utility types on top that mesh_channel provides.

Structs§

Enums§

Functions§

  • Creates a new channel for sending messages of type T, returning the sender and receiver ends.
  • Creates a unidirection channel for sending a single value of type T.