Mutex

A synchronization primitive that protects shared mutable state via mutual exclusion.

MutexBackport.swift:10
struct Mutex<Value> where Value : ~Copyable

A back-port of Swift’s Mutex type for wider platform availability.