executorlib.standalone.interactive.communication.interface_send# executorlib.standalone.interactive.communication.interface_send(socket: Socket | None, result_dict: dict)[source]# Send results to a SocketInterface instance. Parameters: socket (zmq.Socket) – socket for the connection result_dict (dict) – dictionary to be sent, supported keys are result and error.