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

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

Go to the source code of this file.

Namespaces

namespace  jh::ipc
 Convenience alias for jh::sync::ipc.

Detailed Description

Forward-aggregator header for jh::ipc.

This header provides a flattened entry point to the jh::sync::ipc module under the simplified namespace jh::ipc.

#include <jh/ipc>

Internally, it includes the synchronous IPC implementation from jh/synchronous/ipc.h and re-exports it under jh::ipc.

Overview

Ojing mascot

Design Note

jh::ipc model is built on the idea that inter-process primitives should behave like ordinary language constructs: named at compile time, globally addressable, and free of runtime registries or supervising daemons By binding each object to a static identity and mapping directly to OS facilities, the system guarantees deterministic linkage, decentralized coordination, and zero-configuration synchronization across processes.