matflow.Executor#
- class matflow.Executor(cmd, env, package_name)#
Bases:
Executor
Methods
Launch the subprocess to execute the commands, and once complete, stop the ZMQ server.
Send an abort message to a running server.
Attributes
- property q#
- run()#
Launch the subprocess to execute the commands, and once complete, stop the ZMQ server. Kill the subprocess if a “shutdown” or “abort” message is sent to the server.
- classmethod send_abort(hostname, port_number)#
Send an abort message to a running server.
- stop_zmq_server()#
- property zmq_context#