Expand description
IPC protocol messages for Venus worker processes.
Uses length-prefixed rkyv messages over stdin/stdout. Format: 4-byte length (u32 LE) + rkyv-encoded message.
Enums§
- Archived
Worker Command - An archived
WorkerCommand - Archived
Worker Response - An archived
WorkerResponse - Worker
Command - Command sent from parent to worker process.
- Worker
Command Resolver - The resolver for an archived
WorkerCommand - Worker
Response - Response sent from worker to parent process.
- Worker
Response Resolver - The resolver for an archived
WorkerResponse
Functions§
- read_
message - Read a message from a reader using length-prefixed rkyv encoding.
- write_
message - Write a message to a writer using length-prefixed rkyv encoding.