Function ipc_call_method

Source
pub fn ipc_call_method(
    method: &str,
    args: &Value,
    process_manager: Option<Arc<Mutex<ProcessManager>>>,
) -> Value
Expand description

Dispatches an IPC method call with structured arguments.