libostd/ostd/condition.hh

12 lines
199 B
C++
Raw Normal View History

/* Condition variables.
*
* This file is part of OctaSTD. See COPYING.md for futher information.
*/
#ifndef OSTD_CONDITION_HH
#define OSTD_CONDITION_HH
#include "ostd/internal/mutex.hh"
2016-02-07 22:17:15 +01:00
#endif