28 #ifndef WEBSOCKETPP_CONCURRENCY_BASIC_HPP 29 #define WEBSOCKETPP_CONCURRENCY_BASIC_HPP 31 #include <websocketpp/common/thread.hpp> 39 typedef lib::mutex mutex_type;
40 typedef lib::lock_guard<mutex_type> scoped_lock_type;
Concurrency handling support.
void handle_accept(connection_ptr con, lib::error_code const &ec)
Handler callback for start_accept.