Cadabra
Computer algebra system for field theory problems
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
 

Namespaces

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

Typedefs

typedef websocketpp::client< websocketpp::config::asio_client > WSClient
 
typedef websocketpp::config::asio_client::message_type::ptr message_ptr
 
typedef websocketpp::lib::lock_guard< websocketpp::lib::mutex > scoped_lock
 

Typedef Documentation

◆ message_ptr

typedef websocketpp::config::asio_client::message_type::ptr message_ptr

◆ scoped_lock

typedef websocketpp::lib::lock_guard<websocketpp::lib::mutex> scoped_lock

◆ WSClient

typedef websocketpp::client<websocketpp::config::asio_client> WSClient