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.
Loading...
Searching...
No Matches
sync File Reference

Forward-aggregator header for jh::sync. More...

Go to the source code of this file.

Namespaces

namespace  jh::sync
 Aggregated entry point for synchronization and coordination facilities.

Detailed Description

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.

Overview

  • Defines jh::sync as the user-facing namespace.
  • Aggregates all synchronous components.
  • All implementations are located under jh/synchronous/*.h.