ADTF
Loading...
Searching...
No Matches
semaphore.h File Reference
#include <a_util/concurrency/detail/semaphore_decl.h>
#include <condition_variable>
#include <mutex>
Include dependency graph for semaphore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  a_util
 Serves as the root component, with common functionality documented in core functionality.
 
namespace  a_util::concurrency
 

Typedefs

typedef detail::basic_semaphore< std::mutex, std::condition_variable > a_util::concurrency::semaphore
 

Detailed Description

Public API for semaphore type