Module embassy_sync::mutex

source ·
Expand description

Async mutex.

This module provides a mutex that can be used to synchronize data between asynchronous tasks.

Structs