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§

Enums§

Functions§

  • Creates a new channel for sending messages of type T, returning the sender and receiver ends.
  • 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.