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
concurrency File Reference

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

Go to the source code of this file.

Namespaces

namespace  jh::conc
 Aggregated namespace for concurrency-aware resource containers.

Detailed Description

Forward-aggregator header for jh::conc.

This header aggregates all concurrency-related facilities under the jh::conc namespace.

#include <jh/concurrency>

Internally, it includes the underlying concurrency modules from jh/concurrent/ and exposes them collectively through jh::conc.

Overview

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