dius 0.1.0
Loading...
Searching...
No Matches
condition_variable.h
Go to the documentation of this file.
1#pragma once
2
3#include "di/sync/dumb_condition_variable.h"
4
5namespace dius {
6using ConditionVariable = di::sync::DumbConditionVariable;
7}
Definition condition_variable.h:11
Definition directory_entry.h:11