Embassy
embassy-sync

Crates

git

Versions

default

Flavors

Module embassy_sync::blocking_mutex

source ·
Expand description

Blocking mutex.

This module provides a blocking mutex that can be used to synchronize data.

Modules§

  • Mutex primitives.

Structs§

  • Blocking mutex (not async)
  • A “mutex” that only allows borrowing from thread mode.

Type Aliases§

  • A mutex that allows borrowing data across executors and interrupts.
  • A mutex that allows borrowing data in the context of a single executor.