Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
simple_count_server_thread.cpp File Reference
#include <functional>
#include <mutex>
#include <set>
#include <thread>
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>
Include dependency graph for simple_count_server_thread.cpp:

Go to the source code of this file.

Classes

class  count_server
 

Typedefs

typedef websocketpp::server< websocketpp::config::asioserver
 

Functions

int main ()
 

Typedef Documentation

◆ server

Function Documentation

◆ main()

int main ( void )

Definition at line 61 of file simple_count_server_thread.cpp.

61 {
63 std::thread t(std::bind(&count_server::count,&server));
64 server.run(9002);
65}
websocketpp::server< websocketpp::config::asio > server
Here is the call graph for this function: