Small workaround

This commit is contained in:
Nekotekina
2014-06-21 18:26:37 +04:00
parent 5da33c6243
commit 54cdc41ac8
6 changed files with 32 additions and 28 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public:
bool try_wait();
void post(u32 value = 1);
void post();
bool post_and_wait();
};