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 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.