|
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.
|
General mutex-like concept. More...
#include <jh/conceptual/mutex_like.h>
General mutex-like concept.
Represents any object that provides exclusive or shared locking semantics. Requires support for either excl_lockable or shared_lockable.