Mutex

Wrapped mutex: supports waiting but not recursive locking

Synopsis

Declared in <sync.h>

using Mutex = AnnotatedMixin<std::mutex>;