Skip to main content

Module ipc

Module ipc 

Source

Structs§

FnIpcHandler
A function-based IPC handler.
IpcMessage
A message sent from the frontend (JavaScript) to the backend (Rust).
IpcResponse
A response sent from the backend to the frontend.

Traits§

IpcHandler
Handler for IPC messages from the frontend.

Type Aliases§

IpcResponseSender
A thread-safe sink used by asynchronous IPC handlers to deliver a response back to the renderer event loop. The renderer owns the queue and decides when the response is evaluated in the frontend; handlers never touch a WebView or a tao window directly.