|
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.
|
Strong exclusive lock adapter. More...
#include <jh/synchronous/strong_lock.h>
Public Member Functions | |
| strong_unique_lock (Mutex &m) | |
| strong_unique_lock (const strong_unique_lock &)=delete | |
| strong_unique_lock & | operator= (const strong_unique_lock &)=delete |
Strong exclusive lock adapter.
Requires only exclusive locking capability. A sequentially-consistent fence is inserted after acquisition and before release.