28 #ifndef WEBSOCKETPP_CONCURRENCY_NONE_HPP 29 #define WEBSOCKETPP_CONCURRENCY_NONE_HPP Concurrency handling support.
lib::weak_ptr< void > connection_hdl
A handle to uniquely identify a connection.
A fake lock guard implementation that does nothing.
A fake mutex implementation that does nothing.
Implementation for no-op locking primitives.
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.
Stub concurrency policy that implements the interface using no-ops.