Nebula
Loading...
Searching...
No Matches
barrier.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
19#if (__WIN32__)
20#include "threading/win360/win360barrier.h"
21#elif ( __OSX__ || __APPLE__ || __linux__ )
23#else
24#error "Barrier not implemented on this platform!"
25#endif
26//------------------------------------------------------------------------------