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

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

Go to the source code of this file.

Namespaces

namespace  jh::async
 Aggregated entry point for coroutine-based asynchronous facilities.

Detailed Description

Forward-aggregator header for jh::async.

This header aggregates all asynchronous facilities under the jh::async namespace.

#include <jh/async>

Internally, it includes the underlying asynchronous modules from jh/asynchronous/ and exposes them collectively through jh::async.

Overview

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