libcruft-util/cruft/util/thread/event.hpp

7 lines
138 B
C++
Raw Normal View History

#include <cruft/util/platform.hpp>
#if defined(PLATFORM_LINUX)
#include "./event_futex.hpp"
#else
#include "./event_std.hpp"
#endif