[#RecursiveMutex] = RecursiveMutex :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using RecursiveMutex = xref:AnnotatedMixin-03.adoc[AnnotatedMixin<std::recursive_mutex>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#