RecursiveMutex cs_main
Mutex to guard access to validation specific variables, such as reading or changing the chainstate.
AnnotatedMixin< std::recursive_mutex > RecursiveMutex
Wrapped mutex: supports recursive locking, but no waiting TODO: We should move away from using the re...