28 #ifndef WEBSOCKETPP_CONCURRENCY_NONE_HPP 29 #define WEBSOCKETPP_CONCURRENCY_NONE_HPP Concurrency handling support.
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.
void handle_accept(connection_ptr con, lib::error_code const &ec)
Handler callback for start_accept.