Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
ComputeThread.hh File Reference
#include <signal.h>
#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
#include <websocketpp/common/functional.hpp>
#include <thread>
#include <set>
#include <glibmm/spawn.h>
#include "DataCell.hh"

Go to the source code of this file.

Classes

class  cadabra::ComputeThread
 Base class which talks to the server and sends Action objects back to the DocumentThread. More...
 

Namespaces

namespace  cadabra
 Functions to handle the exchange properties of two or more symbols in a product.
 

Typedefs

typedef websocketpp::client< websocketpp::config::asio_clientWSClient
 
typedef websocketpp::config::asio_client::message_type::ptr message_ptr
 
typedef websocketpp::lib::lock_guard< websocketpp::lib::mutexscoped_lock
 

Typedef Documentation

◆ message_ptr

◆ scoped_lock

◆ WSClient