2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
28#ifndef WEBSOCKETPP_CONCURRENCY_NONE_HPP
29#define WEBSOCKETPP_CONCURRENCY_NONE_HPP
55
56
57
58
59
A fake lock guard implementation that does nothing.
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.
Implementation for no-op locking primitives.
Concurrency handling support.
Namespace for the WebSocket++ project.