|
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 timed exclusive lockable objects. More...
#include <jh/conceptual/mutex_like.h>
Concept for timed exclusive lockable objects.
Extends excl_lockable with try_lock_for() and try_lock_until() overloads.
Examples:
std::timed_mutex std::recursive_timed_mutex jh::typed::null_mutex_t