|
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 idempotent (structurally reentrant) mutexes. More...
#include <jh/conceptual/mutex_like.h>
Concept for idempotent (structurally reentrant) mutexes.
A reentrant mutex allows re-locking within the same context as a no-op, guaranteeing structural safety without internal counters.
Examples: