Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include <boost/thread/thread.hpp>
  2. int main()
  3. {
  4. boost::condition_variable _condition;
  5. _condition.notify_all();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement