#include "iLThreadPool.h"


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


