|
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.
|
Read-write (RW) mutex concept. More...
#include <jh/conceptual/mutex_like.h>
Read-write (RW) mutex concept.
Requires both exclusive and shared locking support.
Examples:
std::shared_mutex jh::typed::null_mutex_t