Module zellij_utils::channels

source ·
Expand description

Definitions and helpers for sending and receiving messages between threads.

Structs§

Enums§

Constants§

  • A key to some thread local storage (TLS) that holds a representation of the thread’s call stack in the form of an ErrorContext.

Statics§

  • A key to some task local storage that holds a representation of the task’s call stack in the form of an ErrorContext.

Functions§

  • Creates a channel of bounded capacity.
  • Creates a channel of unbounded capacity.

Type Aliases§