Newer
Older
invertedlogic / InvertedLogic / iLUtilities / test.cpp
@John Ryland John Ryland on 10 Nov 2019 80 bytes rename
#include "iLThreadPool.h"


int main()
{
  iLThreadPool tp(10);
  return 0;
}