![]() |
MySQL 26.7.0
Source Code Documentation
|
#include <atomic>#include <condition_variable>#include <future>#include <mutex>#include <queue>#include <system_error>#include <vector>#include "mysql/concurrency/condition_variable.h"#include "mysql/concurrency/locking_queue.h"#include "mysql/concurrency/mutex.h"#include "mysql/concurrency/sync_bounded_queue.h"#include "mysql/concurrency/thread.h"#include "mysql/psi/mysql_cond.h"#include "mysql/scheduler/thread_pool_psi.h"#include "mysql/scheduler/thread_pool_impl.hpp"Go to the source code of this file.
Classes | |
| class | mysql::scheduler::Thread_pool< T, t_queue_size > |
| MySQL wrapper for a condition variable, template which may be specialized with a specific implementation of a condition variable, e.g. More... | |
Namespaces | |
| namespace | mysql |
| namespace | mysql::scheduler |