Wrapped mutex: supports recursive locking, but no waiting TODO: We should move away from using the recursive lock by default.
Synopsis
Declared in <sync.h>
using RecursiveMutex = AnnotatedMixin<std::recursive_mutex>;
Created with MrDocs