3#include <boost/asio.hpp>
4#include <boost/bind.hpp>
7#include "software/networking/unix/unix_sender.h"
29 boost::asio::io_service io_service;
34 std::thread io_service_thread;
Definition threaded_unix_sender.h:10
void sendString(const std::string &message)
Definition threaded_unix_sender.cpp:28
Definition unix_sender.h:9