Dev Essential  1.6.3
Loading...
Searching...
No Matches
concurrency.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_CONCURRENCY_HEADER_INCLUDED
16#define A_UTIL_CONCURRENCY_HEADER_INCLUDED
17
18namespace a_util {
24namespace concurrency {
30namespace this_thread {
31}
32
33namespace detail {
34}
35} // namespace concurrency
36
40namespace chrono {
41}
42} // namespace a_util
43
51
52#endif // A_UTIL_CONCURRENCY_HEADER_INCLUDED
Definition concurrency.h:40
Serves as namespace for concurrency implementation details.
Definition concurrency.h:33
Definition concurrency.h:30
Definition concurrency.h:24
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24