|
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.
|
Forward-aggregator header for jh::sync.
More...
#include "jh/synchronous/ipc.h"#include "jh/synchronous/const_lock.h"#include "jh/synchronous/control_buf.h"#include "jh/synchronous/strong_lock.h"Go to the source code of this file.
Namespaces | |
| namespace | jh::sync |
| Aggregated entry point for synchronization and coordination facilities. | |
Forward-aggregator header for jh::sync.
This header aggregates all synchronous facilities under the jh::sync namespace.
#include <jh/sync>Internally, it includes the underlying synchronous modules from jh/synchronous/ and exposes them collectively through jh::sync.
jh::sync as the user-facing namespace. jh/synchronous/*.h.