|
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::conc.
More...
#include "jh/concurrent/occ_box.h"#include "jh/concurrent/pointer_pool.h"#include "jh/concurrent/observe_pool.h"#include "jh/concurrent/flat_pool.h"#include "jh/concurrent/resource_pool.h"Go to the source code of this file.
Namespaces | |
| namespace | jh::conc |
| Aggregated namespace for concurrency-aware resource containers. | |
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.
jh::conc as the user-facing namespace. jh/concurrent/*.h.