ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
condition.hpp File Reference

Description:

This header file is part of module ALib Threads of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file condition.hpp.

#include "alib/time/ticks.hpp"
#include "alib/lang/owner.hpp"
#include "alib/threads/thread.hpp"
#include "alib/threads/dbglockasserter.hpp"
#include <atomic>
#include <mutex>
#include <condition_variable>
Include dependency graph for condition.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Condition
 
struct  DbgConditionAsserter
 
struct  TCondition< TDerived >
 

Namespaces

namespace  alib
 
namespace  alib::threads
 

Typedefs

using Condition = threads::Condition
 Type alias in namespace alib.
 
template<typename T = bool>
using TCondition = threads::TCondition<T>
 Type alias in namespace alib.