Expand description
Inter-process (inter-window) communication primitives.
Re-exports§
pub use error::ResponseError;pub use ipc::Ipc;pub use ipc::IpcDispatch;pub use ipc::get_ipc_target;pub use method::Method;pub use notification::Notification;pub use result::ResponseResult;pub use target::*;
Modules§
- error
- Error types for the IPC subsystem.
- id
- IPC message identifiers. Provides
Id64and allows for a custom construction of IPC message ids using theGeneratortrait. - imports
- Common imports shared across the IPC modules.
- ipc
- Core IPC dispatcher and message handling.
- messages
- Wire message framing and (de)serialization.
- method
- Module containing IPC
Methodclosure wrappers - notification
- Module containing IPC
Notificationclosure wrappers - result
ResultandResponseResulttype aliases for the IPC subsystem.- target
- IPC target window handles used to address messages.
- types
- Shared trait bounds and type definitions for IPC operations.