Mutex
A synchronization primitive that protects shared mutable state via mutual exclusion.
struct Mutex<Value> where Value : ~Copyable
A back-port of Swift’s Mutex
type for wider platform availability.
A synchronization primitive that protects shared mutable state via mutual exclusion.
struct Mutex<Value> where Value : ~Copyable
A back-port of Swift’s Mutex
type for wider platform availability.