Skip to main content

Module ipc

Module ipc 

Source
Expand description

IPC — inter-process communication channel.

Uses bun_io::StreamBuffer for message framing. Phase 2 will add Unix socket transport. Phase 1 provides state machine + buffered send.

Structs§

IpcChannel

Enums§

IpcDirection
IpcError
IpcMessage
IpcState