|
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::async.
More...
#include "jh/asynchronous/fiber.h"#include "jh/asynchronous/generator.h"#include "jh/asynchronous/slot.h"Go to the source code of this file.
Namespaces | |
| namespace | jh::async |
| Aggregated entry point for coroutine-based asynchronous facilities. | |
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.
jh::async as the user-facing namespace. jh/asynchronous/*.h.