|
unilink
0.4.3
A simple C++ library for unified async communication
|
Classes | |
| class | IoContextManager |
| class | ThreadSafeState |
| Thread-safe state management class. More... | |
| class | AtomicState |
| Thread-safe atomic state wrapper. More... | |
| class | ThreadSafeCounter |
| Thread-safe counter with atomic operations. More... | |
| class | ThreadSafeFlag |
| Thread-safe flag with atomic operations. More... | |
Typedefs | |
| using | ThreadSafeLinkState = ThreadSafeState< base::LinkState > |
| using | AtomicLinkState = AtomicState< base::LinkState > |
| using unilink::concurrency::AtomicLinkState = typedef AtomicState<base::LinkState> |
Definition at line 167 of file thread_safe_state.hpp.
| using unilink::concurrency::ThreadSafeLinkState = typedef ThreadSafeState<base::LinkState> |
Definition at line 166 of file thread_safe_state.hpp.