|
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.
|
Files | |
| fiber.h | |
| Coroutine-based fiber for modern C++20. | |
| generator.h | |
| Coroutine-based generator system for modern C++20. | |
| slot.h | |
Coroutine-based asynchronous slot/listener/event_signal system with One-Slot-Per-Hub semantics, multi-listener fan-in, and user-controlled fan-out logic inside the slot coroutine. | |