Lighter version of Mutex with not more than 1 waiting task.
Definition in file single_waiting_task_mutex.hpp.
Go to the source code of this file.
#include <atomic>#include <chrono>#include <mutex>#include <userver/engine/deadline.hpp>#include <userver/engine/impl/wait_list_fwd.hpp>Classes | |
| class | engine::SingleWaitingTaskMutex |
| Lighter version of Mutex with not more than 1 waiting task. More... | |
Namespaces | |
| namespace | engine |
| Asynchronous engine primitives. | |