|
JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
|
Concept for any mutex supporting some form of reentrance. More...
#include <jh/conceptual/mutex_like.h>
Concept for any mutex supporting some form of reentrance.
A reentrance_capable_mutex satisfies either recursive_mutex (counting reentrance) or reentrant_mutex (idempotent reentrance).
Examples:
std::recursive_mutex jh::typed::null_mutex_t