Crate mesh

source ·
Expand description

Mesh IPC implementation based on channels.

This crate provides cross-process message-based communication over channels.

Modules§

Structs§

Enums§

Traits§

Functions§

  • Creates a new cell and its associated updater.
  • 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.

Derive Macros§