Skip to main content

Module pool

Module pool 

Source
Expand description

Process-pool IPC layer for host_mode=true execution.

This module provides the foundation types and dispatch helpers for the pool worker protocol:

Re-exports§

pub use client::PoolClient;
pub use error::PoolError;
pub use protocol::PoolRequest;
pub use protocol::PoolResponse;
pub use protocol::PoolResponseData;
pub use registry::PoolRegistry;
pub use registry::PoolSessionEntry;

Modules§

client
UDS client for connecting to a pool worker process.
dispatch
Host-mode dispatch helpers.
error
protocol
registry
Pool registry: persistent session-to-worker mapping.