7#include <glibmm/spawn.h>
34 ComputeThread(
int server_port=0, std::string token=
"", std::string ip_address=
"127.0.0.1");
79 bool complete(DTree::iterator,
int pos,
int alternative);
120 void on_fail(
const boost::beast::error_code&);
Base class which talks to the server and sends Action objects back to the DocumentThread.
Definition ComputeThread.hh:29
void execute_cell(DTree::iterator)
In order to execute code on the server, call the following from the GUI thread.
Definition ComputeThread.cc:479
void init()
Definition ComputeThread.cc:47
void try_connect()
Definition ComputeThread.cc:52
void stop()
Stop the current cell execution on the server and remove all other cells from the run queue as well.
Definition ComputeThread.cc:560
~ComputeThread()
Definition ComputeThread.cc:29
std::thread::id gui_thread_id
Definition ComputeThread.hh:103
std::string authentication_token
Definition ComputeThread.hh:136
std::string forced_server_ip_address
Definition ComputeThread.hh:139
void run()
Main entry point, which will connect to the server and then start an event loop to handle communicati...
Definition ComputeThread.cc:66
Glib::Pid server_pid
Definition ComputeThread.hh:133
void on_open()
Definition ComputeThread.cc:205
std::string forced_server_token
Definition ComputeThread.hh:138
void on_close()
Definition ComputeThread.cc:234
bool kernel_is_connected() const
Return the status of the connection to the kernel.
Definition ComputeThread.cc:103
void restart_kernel()
Restart the kernel.
Definition ComputeThread.cc:584
ComputeThread(const ComputeThread &)=delete
bool connection_is_open
Definition ComputeThread.hh:114
int server_stdout
Definition ComputeThread.hh:134
bool restarting_kernel
Definition ComputeThread.hh:114
int forced_server_port
Definition ComputeThread.hh:137
void terminate()
Terminate the compute thread, in preparation for shutting down the client altogether.
Definition ComputeThread.cc:78
void cell_finished_running(DataCell::id_t)
Definition ComputeThread.cc:253
void try_spawn_server()
Definition ComputeThread.cc:144
GUIBase * gui
Definition ComputeThread.hh:97
websocket_client wsclient
Definition ComputeThread.hh:113
std::map< DataCell::id_t, DTree::iterator > running_cells
Definition ComputeThread.hh:110
DocumentThread * docthread
Definition ComputeThread.hh:98
std::set< uint64_t > interactive_cells
Definition ComputeThread.hh:130
int number_of_cells_executing(void) const
Definition ComputeThread.cc:555
void on_fail(const boost::beast::error_code &)
Definition ComputeThread.cc:122
void all_cells_nonrunning()
Set all cells to be non-running (e.g.
Definition ComputeThread.cc:108
void set_master(GUIBase *, DocumentThread *)
Determine the objects that this compute thread should be talking to.
Definition ComputeThread.cc:41
void execute_interactive(uint64_t id, const std::string &code)
Definition ComputeThread.cc:449
void on_message(const std::string &msg)
Definition ComputeThread.cc:264
int server_stderr
Definition ComputeThread.hh:134
unsigned short port
Definition ComputeThread.hh:135
Each cell is identified by a serial number 'id' which is used to keep track of it across network call...
Definition DataCell.hh:52
A base class with all the logic to manipulate a Cadabra notebook document.
Definition DocumentThread.hh:41
Abstract base class with methods that need to be implemented by any GUI.
Definition GUIBase.hh:16
Complete a set of coordinate rules so that they also cover related tensors.
Definition complete.hh:14
Definition websocket_client.hh:15
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83