BlockingQueue.cpp 258 B

12345678910
  1. //
  2. // libtgvoip is free and unencumbered public domain software.
  3. // For more information, see http://unlicense.org or the UNLICENSE file
  4. // you should have received with this source code distribution.
  5. //
  6. #include "BlockingQueue.h"
  7. using namespace tgvoip;