Module no_std_async::mutex
source · Expand description
Auxiliary types for the Mutex
type
Structs
- An async mutex. This is similar to the
Mutex
type in the standard library, but it is async.
Auxiliary types for the Mutex
type
Mutex
type in the standard library, but it is async.