Skip to main content

Module ipc

Module ipc 

Source
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 Id64 and allows for a custom construction of IPC message ids using the Generator trait.
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 Method closure wrappers
notification
Module containing IPC Notification closure wrappers
result
Result and ResponseResult type aliases for the IPC subsystem.
target
IPC target window handles used to address messages.
types
Shared trait bounds and type definitions for IPC operations.