28#ifndef WEBSOCKETPP_CONCURRENCY_NONE_HPP
29#define WEBSOCKETPP_CONCURRENCY_NONE_HPP
34namespace concurrency {
A fake lock guard implementation that does nothing.
fake_lock_guard(fake_mutex)
A fake mutex implementation that does nothing.
Stub concurrency policy that implements the interface using no-ops.
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.
Namespace for the WebSocket++ project.