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