28 #ifndef WEBSOCKETPP_CONCURRENCY_BASIC_HPP
29 #define WEBSOCKETPP_CONCURRENCY_BASIC_HPP
31 #include <websocketpp/common/thread.hpp>
34 namespace concurrency {
39 typedef lib::mutex mutex_type;
40 typedef lib::lock_guard<mutex_type> scoped_lock_type;
46 #endif // WEBSOCKETPP_CONCURRENCY_BASIC_HPP
Concurrency policy that uses std::mutex / boost::mutex.
Namespace for the WebSocket++ project.