Skip to main content

ipc_call

Function ipc_call 

Source
pub fn ipc_call(py: Python<'_>, command: Command) -> PyResult<Payload>
Expand description

Send a command and receive the response. Releases the GIL while blocked.