MySQL 26.7.0
Source Code Documentation
condition_variable_wrapper.h File Reference
#include <condition_variable>
#include <mutex>
#include "mysql/concurrency/mutex_wrapper.h"
#include "mysql/psi/mysql_cond.h"
#include "mysql/concurrency/condition_variable_wrapper_impl.hpp"

Go to the source code of this file.

Classes

class  mysql::concurrency::Condition_variable_wrapper
 MySQL wrapper for a condition variable, using mysql_cond_t as implementation of a condition variable having interface of condition_variable provided by the STL. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::concurrency