|
WebSocket++
0.8.2
C++ websocket client/server library
|
28 #ifndef WEBSOCKETPP_CONCURRENCY_NONE_HPP
29 #define WEBSOCKETPP_CONCURRENCY_NONE_HPP
34 namespace concurrency {
80 #endif // WEBSOCKETPP_CONCURRENCY_ASYNC_HPP
none_impl::fake_mutex mutex_type
The type of a mutex primitive.
none_impl::fake_lock_guard scoped_lock_type
The type of a scoped/RAII lock primitive.
A fake lock guard implementation that does nothing.
A fake mutex implementation that does nothing.
Namespace for the WebSocket++ project.
Stub concurrency policy that implements the interface using no-ops.