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

Derive Macros§