Dev Essential  1.6.3
Loading...
Searching...
No Matches
semaphore.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_UTIL_CONCURRENCY_SEMAPHORE_HEADER_INCLUDED
16#define A_UTIL_UTIL_CONCURRENCY_SEMAPHORE_HEADER_INCLUDED
17
19
20#include <condition_variable>
21#include <mutex>
22
23namespace a_util {
24namespace concurrency {
32
33} // namespace concurrency
34} // namespace a_util
35
36#endif // A_UTIL_UTIL_CONCURRENCY_SEMAPHORE_HEADER_INCLUDED
Definition semaphore_decl.h:31
Definition concurrency.h:24
detail::basic_semaphore< std::mutex, std::condition_variable > semaphore
Definition semaphore.h:31
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24