Wednesday, February 19, 2014

Creating thread with their id's

for(i=0;i < numthereads;i++)
workers.push_back(thread(&ThreadPool::thread_loop,this,i));

Be Human

This is my prompt to the humans out there: Publication for the sake of publication, architecture for the sake of architecture, and agents fo...