mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-12 22:22:55 +00:00
545 B
545 B
Name
ipc - Inter Process Communication endpoint definition format
Synopsis
The IPC format of SerenityOS is a domain-specific language (DSL) used to define communication endpoints for IPC.
Description
These files are human-readable, have no easily detectable filemagic, and define IPC interfaces. The format is loosely inspired by C++ headers.
See Also
Meta/Lagom/Tools/CodeGenerators/IPCCompiler/
.- ipc(4) (IPC Unix socket documentation)