WebSocket++ 0.8.2
C++ websocket client/server library
|
Concurrency policy that uses std::mutex / boost::mutex. More...
#include <basic.hpp>
Public Types | |
typedef lib::mutex | mutex_type |
typedef lib::lock_guard< mutex_type > | scoped_lock_type |
lib::lock_guard<mutex_type> websocketpp::concurrency::basic::scoped_lock_type |